mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
fix limits.h include
This commit is contained in:
parent
9b3e6112ff
commit
1b5b54fe94
@ -23,8 +23,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
#include <limits.h>
|
||||
|
||||
/* Write bitmap to file. The bitmap is useful mostly for the secret
|
||||
-B option, to focus a separate fuzzing session on a particular
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef HAVE_AFFINITY
|
||||
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "afl-fuzz.h"
|
||||
#include <limits.h>
|
||||
|
||||
/* Mark deterministic checks as done for a particular queue entry. We use the
|
||||
.state file to avoid repeating deterministic fuzzing when resuming aborted
|
||||
|
Loading…
x
Reference in New Issue
Block a user