Download raw body.
plug memory leak in got_pack_dump_delt_chain_to_file()
On Tue, Feb 13, 2024 at 12:51:44PM -0700, Todd C. Miller wrote: > Won't this cause the uninitialized contents of accum_buf to be > written out? I think this can happen for other error paths as well. I don't think so because accum_size will be 0 while nothing is in the buffer.
plug memory leak in got_pack_dump_delt_chain_to_file()