]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdwfl: Fix memory leak in unzip()
authorJohn Gallagher <john@gllghr.com>
Fri, 28 Apr 2023 06:04:31 +0000 (23:04 -0700)
committerMark Wielaard <mark@klomp.org>
Mon, 8 May 2023 15:46:00 +0000 (17:46 +0200)
commitfa7da8bfad1ec2ac61859aa0b4b09b42ea657ea2
tree278210ba21efc583f55c2a3b84dc4926bac5e3e5
parentcded466a74d06fe1dff047b33e630f8a6aa721e1
libdwfl: Fix memory leak in unzip()

state.input_buffer is not freed if the file is found to not be
compressed with the compression algorithm unzip() is trying to use.

Signed-off-by: John Gallagher <john@gllghr.com>
libdwfl/ChangeLog
libdwfl/gzip.c