diff --git a/libc-test/src/functionalext/fortify/string_ext.c b/libc-test/src/functionalext/fortify/string_ext.c index d01083744cd840f97bd4d86f032229917249e49e..6cebe91c89036ee6746711fe1e98ebb5df8b4b70 100644 --- a/libc-test/src/functionalext/fortify/string_ext.c +++ b/libc-test/src/functionalext/fortify/string_ext.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "fortify_test.h" #include "functionalext.h" #include "test.h" @@ -918,6 +919,7 @@ static void test_strlen_0020() } int main(int argc, char *argv[]) { + remove_all_special_handler(SIGABRT); test_strcat_0010(); test_strcat_0020(); test_strncat_0010();