diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2024-09-03 14:58:33 -0400 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-09-11 08:48:53 +0200 |
commit | 84f6bfce2c37e32b9888321fc3131ffbbe6deeba (patch) | |
tree | e368b402129fbc916a7bf17afa31ea1fd5046416 /NEWS | |
parent | 4e382ce01cce1ef2ab8548dc1dda2ad3046662d8 (diff) | |
download | glibc-84f6bfce2c37e32b9888321fc3131ffbbe6deeba.zip glibc-84f6bfce2c37e32b9888321fc3131ffbbe6deeba.tar.gz glibc-84f6bfce2c37e32b9888321fc3131ffbbe6deeba.tar.bz2 |
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>
(cherry picked from commit ae4d44b1d501421ad9a3af95279b8f4d1546f1ce)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,7 @@ The following CVEs were fixed in this release: The following bugs are resolved with this release: [19622] network: Support aliasing with struct sockaddr + [27821] ungetc: Fix backup buffer leak on program exit [30081] resolv: Do not wait for non-existing second DNS response after error [30701] time: getutxent misbehaves on 32-bit x86 when _TIME_BITS=64 [30994] REP MOVSB performance suffers from page aliasing on Zen 4 @@ -90,6 +91,7 @@ The following bugs are resolved with this release: [31968] mremap implementation in C does not handle arguments correctly [32026] strerror/strsignal TLS not handled correctly for secondary namespaces [32052] Name space violation in fortify wrappers + [32137] libio: Attempt wide backup free only for non-legacy code Version 2.39 |