diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-08-22 11:04:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-08-22 11:11:02 +0200 |
commit | 8b139cd4f1074ae0d95d9bff60db283a1ed72734 (patch) | |
tree | 30d35948db94076226c4c3ec79acade335013823 /NEWS | |
parent | e982657073c4db21459ffd9e17bc505b1d64b876 (diff) | |
download | glibc-8b139cd4f1074ae0d95d9bff60db283a1ed72734.zip glibc-8b139cd4f1074ae0d95d9bff60db283a1ed72734.tar.gz glibc-8b139cd4f1074ae0d95d9bff60db283a1ed72734.tar.bz2 |
alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
The kernel special-cases the zero argument for alpha brk, and we can
use that to restore the generic Linux error handling behavior.
Fixes commit b57ab258c1140bc45464b4b9908713e3e0ee35aa ("Linux:
Introduce __brk_call for invoking the brk system call").
(cherry picked from commit e7ad26ee3cb74e61d0637c888f24dd478d77af58)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ The following bugs are resolved with this release: [29446] _dlopen now ignores dl_caller argument in static mode [29485] Linux: Terminate subprocess on late failure in tst-pidfd + [29490] alpha: New __brk_call implementation is broken Version 2.36 |