]> sourceware.org Git - glibc.git/commit
libio: Attempt wide backup free only for non-legacy code
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 3 Sep 2024 18:58:33 +0000 (14:58 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 4 Sep 2024 13:29:35 +0000 (09:29 -0400)
commitae4d44b1d501421ad9a3af95279b8f4d1546f1ce
treeafc2c82cba6fec9744354cf33bef553bf42b04a1
parent64f62c47e9c350f353336f2df6714e1d48ec50d8
libio: Attempt wide backup free only for non-legacy code

_wide_data and _mode are not available in legacy code, so do not attempt
to free the wide backup buffer in legacy code.

Resolves: BZ #32137 and BZ #27821

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
libio/genops.c
This page took 0.036709 seconds and 5 git commands to generate.