mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +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();
|
||||
|
||||
write_stats_file(0, 0, 0);
|
||||
maybe_update_plot_file(0, 0);
|
||||
save_auto();
|
||||
|
||||
if (stop_soon) goto stop_fuzzing;
|
||||
@ -970,6 +971,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
write_bitmap();
|
||||
write_stats_file(0, 0, 0);
|
||||
maybe_update_plot_file(0, 0);
|
||||
save_auto();
|
||||
|
||||
stop_fuzzing:
|
||||
|
Reference in New Issue
Block a user