musl: call a_crash() inside __stack_chk_fail_local instead of calling __stack_chk_fail
[openwrt/staging/chunkeey.git] / toolchain / musl / patches / 200-add_libssp_nonshared.patch
index af0576585e76de1152f832e435edde56ed23c6fe..f696d4e537e243bdb4e9df418244d150423ecaec 100644 (file)
@@ -51,8 +51,8 @@ index 0000000..2b403a6
 --- /dev/null
 +++ b/libssp_nonshared/__stack_chk_fail_local.c
 @@ -0,0 +1,2 @@
-+extern void __stack_chk_fail(void);
-+void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }
++#include "atomic.h"
++void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { a_crash(); }
 -- 
 2.1.4