diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-11-25 03:50:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-11-25 03:50:31 +0000 |
| commit | 294246bb7db1fb65230d917c401271c4b0e7c672 (patch) | |
| tree | 8af8a3fb8f37ea396b60dd6e474d26d3b108cc1a /lib/libc/sys/stack_protector.c | |
| parent | f386f04f11679fd31731bce42208bb4363b79e75 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/stack_protector.c')
| -rw-r--r-- | lib/libc/sys/stack_protector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/stack_protector.c b/lib/libc/sys/stack_protector.c index 6ce2a2513655..ed7d6352337e 100644 --- a/lib/libc/sys/stack_protector.c +++ b/lib/libc/sys/stack_protector.c @@ -115,6 +115,6 @@ __chk_fail(void) __fail("buffer overflow detected; terminated"); } -#ifndef __PIC__ +#ifndef PIC __weak_reference(__stack_chk_fail, __stack_chk_fail_local); #endif |
