mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
hurd: Whitelist PLT refs which are difficult to avoid
* sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp, __libc_lseek64, _IO_funlockfile): Whitelist PLT references.
This commit is contained in:
parent
b0344cf5c5
commit
8c9d53428e
@ -29,6 +29,8 @@
|
||||
* sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
|
||||
__mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
|
||||
__swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
|
||||
* sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
|
||||
__libc_lseek64, _IO_funlockfile): Whitelist PLT references.
|
||||
|
||||
2018-06-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -52,3 +52,11 @@ ld.so: _dl_init_first
|
||||
ld.so: _dl_mcount
|
||||
ld.so: ___tls_get_addr
|
||||
ld.so: __tunable_get_val
|
||||
|
||||
# These should ideally be avoided, but is currently difficult
|
||||
libc.so: siglongjmp ?
|
||||
libc.so: longjmp ?
|
||||
# This is from lseek.c
|
||||
libc.so: __libc_lseek64 ?
|
||||
# This is through cleanup_region_start from vfprintf.c
|
||||
libc.so: _IO_funlockfile ?
|
||||
|
Loading…
Reference in New Issue
Block a user