https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98610

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>:

https://gcc.gnu.org/g:cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1

commit r11-6622-gcfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1
Author: Paul E. Murphy <m...@ibm.com>
Date:   Fri Jan 8 15:43:54 2021 -0600

    syscall: ensure openat uses variadic libc wrapper

    On powerpc64le, this caused a failure in TestUnshareUidGidMapping
    due to stack corruption which resulted in a bogus execve syscall.

    Use the existing c wrapper to ensure we respect the ppc abi for
    variadic functions.

    Fixes PR go/98610

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/282717

Reply via email to