Commit 3588af7e6ad4282c1482f95a9608fefca5123776

Nikos Mavrogiannopoulos 2016-05-13T12:10:03

intdiv0, memmem, nocrash, strcasestr, strstr: no exit Do not call 'exit' in a signal handler, as this is not portable. Call '_exit' instead. This addresses an issue with tests not being terminated.