mirror of https://git.musl-libc.org/git/musl
Browse Source
the ABI allows the callee to clobber stack slots that correspond to arguments passed in registers, so the caller must adjust the stack pointer to reserve space appropriately. prior to this fix, the argv array was possibly clobbered by dynamic linker code before passing control to the main program.rs-1.0
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue