diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-15 11:33:21 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-16 16:08:58 +0200 |
commit | ce96593c882b393461084048533120e9c1e9d328 (patch) | |
tree | f1c5b0dd783019cfe0bfe6843bfbfeddfd282ba9 /stdlib/arc4random.c | |
parent | ff0f87632a74a369a2b992f4436ae406065a4012 (diff) | |
download | glibc-ce96593c882b393461084048533120e9c1e9d328.tar glibc-ce96593c882b393461084048533120e9c1e9d328.tar.gz glibc-ce96593c882b393461084048533120e9c1e9d328.tar.bz2 glibc-ce96593c882b393461084048533120e9c1e9d328.zip |
hurd: Align signal stack pointer after allocating stackframe
sizeof (*stackframe) appears to be divisible by 16, but we should not
rely on that. So make sure to leave enough space for the stackframe
first, and then align the final pointer at 16 bytes.
Checked on x86_64-gnu.
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230515083323.1358039-3-bugaevc@gmail.com>
Diffstat (limited to 'stdlib/arc4random.c')
0 files changed, 0 insertions, 0 deletions