diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:59:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:59:36 +0200 |
commit | 8c9d53428e463da0ab99ff5162d94c3a043b3a2d (patch) | |
tree | 48ad3a252f0ba78a67fa064795d4f039a9dafbc2 /ChangeLog | |
parent | b0344cf5c55b4ca83f383c7a1896a016dfe66687 (diff) | |
download | glibc-8c9d53428e463da0ab99ff5162d94c3a043b3a2d.zip glibc-8c9d53428e463da0ab99ff5162d94c3a043b3a2d.tar.gz glibc-8c9d53428e463da0ab99ff5162d94c3a043b3a2d.tar.bz2 |
hurd: Whitelist PLT refs which are difficult to avoid
* sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
__libc_lseek64, _IO_funlockfile): Whitelist PLT references.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |