Revision 8fa0645ef103db98257f8409bdd8e98d1f42d851 authored by Keno Fischer on 24 January 2019, 02:16:05 UTC, committed by Keno Fischer on 28 January 2019, 01:13:31 UTC
On most platforms this doesn't make a difference,
but the PowerPC ABI uses the signature to decide
whether or not to allocate a parameter save area.
Without this, the caller does not, but the callee
assumes it's there causing the callee to overwrite
critical parts of the caller stack.

Fixes #27007
1 parent bde465a
History
File Mode Size
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 2.6 KB
repl.c -rw-r--r-- 7.1 KB

back to top