nosec.c 150 B

123456789101112
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. void __cdecl __security_error_handler(
  5. int code,
  6. void *data)
  7. {
  8. _exit(3);
  9. }
  10. #ifdef __cplusplus
  11. }
  12. #endif