]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove memory leak in fdopen (bug 31840)
authorAndreas Schwab <schwab@suse.de>
Tue, 4 Jun 2024 09:01:11 +0000 (11:01 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 4 Jun 2024 12:42:06 +0000 (14:42 +0200)
commitb2c3ee3724900975deaf5eae57640bb0c2d7315e
treec750d128eabe728ccae047d05bbf0c66f40d0c7c
parent1d441791cbea02b0261579f0332a7a85c21e2a3f
Remove memory leak in fdopen (bug 31840)

Deallocate the memory for the FILE structure when seeking to the end fails
in append mode.

Fixes: ea33158c96 ("Fix offset caching for streams and use it for ftell (BZ #16680)")
libio/iofdopen.c