]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Fix the extension header write in getcontext and swapcontext
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 29 Jul 2022 07:00:06 +0000 (08:00 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:46 +0000 (14:46 +0100)
commitd549598009b8f9b795b8d6359f0b2b27418221e3
tree875a582b4b23020f900185386f0ae3111d695dbb
parent81a40a16b0e0fdc73046c116ebe31163315aabe9
aarch64: Fix the extension header write in getcontext and swapcontext

The extension header is two 32bit words and in the last header both
should be 0. There is plenty space in the __reserved area, but it's
better not to write more than we mean to.
sysdeps/unix/sysv/linux/aarch64/getcontext.S
sysdeps/unix/sysv/linux/aarch64/swapcontext.S