This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] __fortify_fail: Remove internal_function attribute


On Sat, Aug 12, 2017 at 5:05 AM, Florian Weimer <fweimer@redhat.com> wrote:
> __fortify_fail is called across DSO boundaries, so it should not
> use a non-standard calling convention.
>
> 2017-08-12  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.
>

LGTM.

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]