axel-download-accelerator / axel

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

Fix potential memory leak in abuf_setup #415

Closed Lordakius closed 9 months ago

Lordakius commented 1 year 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 9 months ago

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