mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
Merge pull request #1796 from kobrineli/max_params
Fix MAX_PARAMS_NUM define.
This commit is contained in:
commit
db96b04aba
@ -383,7 +383,9 @@ static u8 fortify_set = 0, asan_set = 0, x_set = 0, bit_mode = 0,
|
||||
have_o = 0, have_pic = 0, have_c = 0, partial_linking = 0,
|
||||
non_dash = 0;
|
||||
|
||||
#ifndef MAX_PARAMS_NUM
|
||||
#define MAX_PARAMS_NUM 2048
|
||||
#endif
|
||||
|
||||
static void process_params(u32 argc, char **argv) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user