1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-25 17:02:34 +03:00
Szabolcs Nagy 3101b96787 arm: align stack in clone [BZ 28020]
The arm PCS requires 8 byte aligned stack at function entry.
Previously unaligned stack could crash the clone child.

Fixes bug 28020.
2021-06-28 11:35:44 +01:00
..