mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
fix typo
This commit is contained in:
@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
- afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
|
- afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
|
||||||
- afl-fuzz
|
- afl-fuzz
|
||||||
- memory limits are now disabled by default, set them with -m if required
|
- memory limits are now disabled by default, set them with -m if required
|
||||||
|
- statsd support by Edznux, thanks a lot!
|
||||||
- Marcel Boehme submitted a patch that improves all AFFast schedules :)
|
- Marcel Boehme submitted a patch that improves all AFFast schedules :)
|
||||||
- reading testcases from -i now descends into subdirectories
|
- reading testcases from -i now descends into subdirectories
|
||||||
- allow up to 4 -x command line options
|
- allow up to 4 -x command line options
|
||||||
|
@ -429,7 +429,7 @@ void show_stats(afl_state_t *afl) {
|
|||||||
|
|
||||||
/* reset counter, even if send failed. */
|
/* reset counter, even if send failed. */
|
||||||
afl->statsd_last_send_ms = cur_ms;
|
afl->statsd_last_send_ms = cur_ms;
|
||||||
if (statsd_send_metric(afl)) { WARNF("coundln't send statsd metric."); }
|
if (statsd_send_metric(afl)) { WARNF("could not send statsd metric."); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user