Searched refs:sigabrt_handler (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0956/ |
D | poc.cpp | 24 void sigabrt_handler(int signum, siginfo_t* info, void* context) { in sigabrt_handler() function 35 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2027/ |
D | poc.cpp | 30 void sigabrt_handler(int signum, siginfo_t *info, void* context) { in sigabrt_handler() function 71 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0241/ |
D | poc.cpp | 30 void sigabrt_handler(int signum, siginfo_t *info, void *context) { in sigabrt_handler() function 51 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/ |
D | poc.cpp | 24 void sigabrt_handler(int signum, siginfo_t* info, void* context) { in sigabrt_handler() function 43 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2017/ |
D | poc.cpp | 23 void sigabrt_handler(int signum, siginfo_t *info, void *context) { in sigabrt_handler() function 49 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9558/ |
D | poc.cpp | 28 void sigabrt_handler(int signum, siginfo_t *info, void *context) { in sigabrt_handler() function 48 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0034/ |
D | poc.cpp | 42 void sigabrt_handler(int32_t signum, siginfo_t *info, void* context) { in sigabrt_handler() function 60 new_action.sa_sigaction = sigabrt_handler; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/ |
D | poc.cpp | 31 void sigabrt_handler(int signum, siginfo_t *info, void *context) { in sigabrt_handler() function 123 new_action.sa_sigaction = sigabrt_handler; in main()
|