mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
tackeled some warnings
This commit is contained in:
@ -140,7 +140,7 @@ void detect_file_args(char **argv, u8 *prog_in, u8 *use_stdin) {
|
||||
|
||||
char **argv_cpy_dup(int argc, char **argv) {
|
||||
|
||||
u32 i = 0;
|
||||
int i = 0;
|
||||
|
||||
char **ret = ck_alloc((argc + 1) * sizeof(char *));
|
||||
|
||||
|
Reference in New Issue
Block a user