File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ pub const DISABLE_INFER_SHAPE_IF_HAS_AND_OP: bool = true;
9
9
pub const PREFER_FAST_COND : bool = true ;
10
10
11
11
// ************ Resources ****************
12
+ pub const MAX_INPUT_LEN : usize = 15000 ;
13
+
12
14
// branch.rs
13
15
pub const MAP_SIZE_POW2 : usize = 20 ;
14
16
pub const BRANCHES_SIZE : usize = 1 << MAP_SIZE_POW2 ;
@@ -38,7 +40,6 @@ pub const BONUS_EXEC_NUM: usize = 66;
38
40
39
41
// AFL
40
42
pub const MUTATE_ARITH_MAX : u32 = 30 ;
41
- pub const MAX_INPUT_LEN : usize = 15000 ;
42
43
pub const RANDOM_LEN_NUM : usize = 30 ;
43
44
pub const MAX_HAVOC_FLIP_TIMES : usize = 45 ; // for all bytes
44
45
pub const MAX_SPLICE_TIMES : usize = 45 ;
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ set_property(
50
50
include (AddCompilerRT)
51
51
include (SanitizerUtils)
52
52
53
+ set (CMAKE_CXX_STANDARD 11)
54
+
53
55
add_subdirectory (sanitizer_common)
54
56
add_subdirectory (interception)
55
57
add_subdirectory (dfsan)
You can’t perform that action at this time.
0 commit comments