mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-28 16:21:30 +03:00
The MIPS O32 ABI requires 4 byte aligned stack, and the MIPS N64 and N32 ABI require 8 byte aligned stack. Previously if the caller passed an unaligned stack to clone the the child misbehaved. Fixes bug 28223.