diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:10:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:10:44 +0200 |
commit | 1b0bfc6946b460bcebe9db19a015f2cac711f7f5 (patch) | |
tree | d762ca42d4287dcd595e69bbad767b15677edcee /ChangeLog | |
parent | a6bd872286b981b08577218c00e1ea693bad6095 (diff) | |
download | glibc-1b0bfc6946b460bcebe9db19a015f2cac711f7f5.tar.gz glibc-1b0bfc6946b460bcebe9db19a015f2cac711f7f5.tar.xz glibc-1b0bfc6946b460bcebe9db19a015f2cac711f7f5.zip |
__fortify_fail: Remove internal_function attribute
__fortify_fail is called across DSO boundaries, so it should not use a non-standard calling convention.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4b6439680c..3ad08f3030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-08-13 Florian Weimer <fweimer@redhat.com> + + * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort): + Remove internal_function. + * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise. + * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass + message argument on the stack. + * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL): + Likeweise. + 2017-08-12 Mike FABIAN <mfabian@redhat.com> Adapt test case data to the changes in the thousands |