mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
the plot data does not generate proper gnuplot data
when killed or for a defined amount of time.
This commit is contained in:
@ -838,6 +838,7 @@ int main(int argc, char** argv) {
|
|||||||
seek_to = find_start_position();
|
seek_to = find_start_position();
|
||||||
|
|
||||||
write_stats_file(0, 0, 0);
|
write_stats_file(0, 0, 0);
|
||||||
|
maybe_update_plot_file(0, 0);
|
||||||
save_auto();
|
save_auto();
|
||||||
|
|
||||||
if (stop_soon) goto stop_fuzzing;
|
if (stop_soon) goto stop_fuzzing;
|
||||||
@ -970,6 +971,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
write_bitmap();
|
write_bitmap();
|
||||||
write_stats_file(0, 0, 0);
|
write_stats_file(0, 0, 0);
|
||||||
|
maybe_update_plot_file(0, 0);
|
||||||
save_auto();
|
save_auto();
|
||||||
|
|
||||||
stop_fuzzing:
|
stop_fuzzing:
|
||||||
|
Reference in New Issue
Block a user