axel-download-accelerator / axel

Lightweight CLI download accelerator
GNU General Public License v2.0
2.84k stars 258 forks source link

Fix potential memory leak in abuf_setup #415

Closed Lordakius closed 3 months ago

Lordakius commented 7 months ago

Closes #414

Dirty solution, I am not sure if there might be any unintended side effects, are there any calls with len = 0, where we don't want to free?

ismaell commented 3 months ago

This also needs to set the length element in the structure.