Expose __stack_chk_fail_local() so -fstack-protector-all works.
This commit is contained in:
parent
4a95c0e83f
commit
0d1b462435
@ -289,6 +289,7 @@ FBSD_1.0 {
|
||||
socket;
|
||||
socketpair;
|
||||
__stack_chk_fail;
|
||||
__stack_chk_fail_local;
|
||||
__stack_chk_guard;
|
||||
stat;
|
||||
statfs;
|
||||
|
@ -110,9 +110,6 @@ __chk_fail(void)
|
||||
}
|
||||
|
||||
void
|
||||
#ifdef __GNUC__
|
||||
__attribute__((visibility ("hidden")))
|
||||
#endif
|
||||
__stack_chk_fail_local(void)
|
||||
{
|
||||
__stack_chk_fail();
|
||||
|
Loading…
x
Reference in New Issue
Block a user