'Does it make sense to have a signal handler for SIGSEGV or other critical errors from the security point of view?

  1. If Fuzzing is used to expose vulnerabilities in a program with a signal handler, would it be harder to find and distinguish different errors?
  2. Would it be harder to exploit vulnerabilities caused by e.g. out of bounds read/write?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source