0

Error handling code plays an important role in programming, hence, when I test the program with afl, should I pay attention to the error handling code part, or should I avoid this part from fuzzing.

1 Answers1

0

Error handling code can certainly contain bugs, so there's no reason to keep it out. You may want to configure your instrumentation to ignore common error results or error conditions.

jtpereyda
  • 6,987
  • 10
  • 51
  • 80