about summary refs log tree commit diff homepage
path: root/test/regression/2018-10-01-double-segfault.c
AgeCommit message (Collapse)Author
2018-10-10fix handling of failing external callsFrank Busse
Currently KLEE only handles the first segfault in external calls as it doesn't unblock SIGSEGV afterwards. This patch unblocks the signal and enables handling of multiple failing calls.