mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-28 23:34:53 +03:00
chk: Add and fix hidden builtin definitions for *_chk
Otherwise on gnu-i686 there are unwanted PLT entries in libc.so when fortification is enabled. Tested for i686-gnu, x86_64-gnu, i686-linux-gnu and x86_64-linux-gnu
This commit is contained in:
@@ -214,6 +214,7 @@ libc_hidden_builtin_proto (__memmove_chk)
|
||||
libc_hidden_builtin_proto (__mempcpy_chk)
|
||||
libc_hidden_builtin_proto (__memset_chk)
|
||||
libc_hidden_builtin_proto (__stpcpy_chk)
|
||||
libc_hidden_builtin_proto (__strncpy_chk)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user