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.