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.

4

1 回答 1

0

错误处理代码当然可能包含错误,因此没有理由将其排除在外。您可能希望将检测配置为忽略常见的错误结果或错误条件。

于 2019-11-03T00:41:52.107 回答