Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
930
stars
168
forks
source link
Minor inconsistency in gradient descent #97
Closed
Luc-Veldhuis closed 4 years ago
At line https://github.com/AngoraFuzzer/Angora/blob/master/fuzzer/src/search/gd.rs#L219 there is a check for linearity if
f_minus != f0
however, whenf_minus < f0
is true, this check is still there: https://github.com/AngoraFuzzer/Angora/blob/master/fuzzer/src/search/gd.rs#L224I opened a PR here: https://github.com/AngoraFuzzer/Angora/pull/96