Searched refs:sigv (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/gwp_asan/ |
D | double_free.c | 31 struct sigaction sigv = { in install_sigv_handler() local 35 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|
D | invalid_free_left.c | 32 struct sigaction sigv = { in install_sigv_handler() local 36 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|
D | invalid_free_right.c | 32 struct sigaction sigv = { in install_sigv_handler() local 36 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|
D | use_after_free.c | 30 struct sigaction sigv = { in install_sigv_handler() local 34 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|
D | buffer_overflow.c | 31 struct sigaction sigv = { in install_sigv_handler() local 35 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|
D | buffer_underflow.c | 31 struct sigaction sigv = { in install_sigv_handler() local 35 sigaction(SIGSEGV, &sigv, NULL); in install_sigv_handler()
|