diff options
| author | aflpp <aflpp@aflplus.plus> | 2020-09-06 11:40:41 +0200 |
|---|---|---|
| committer | aflpp <aflpp@aflplus.plus> | 2020-09-06 11:40:41 +0200 |
| commit | 8ec41b2585390c54256dd823e1beafd6246d9976 (patch) | |
| tree | 30550b7267dd19eb2d5ded24c57f0a615b13880b /instrumentation/afl-llvm-dict2file.so.cc | |
| parent | bd007c151d88b1ff392e396c4946b98fc95e20fc (diff) | |
| download | afl++-8ec41b2585390c54256dd823e1beafd6246d9976.tar.gz | |
fix various warnings
Diffstat (limited to 'instrumentation/afl-llvm-dict2file.so.cc')
| -rw-r--r-- | instrumentation/afl-llvm-dict2file.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-dict2file.so.cc b/instrumentation/afl-llvm-dict2file.so.cc index e87ecce8..ef42756e 100644 --- a/instrumentation/afl-llvm-dict2file.so.cc +++ b/instrumentation/afl-llvm-dict2file.so.cc @@ -84,7 +84,7 @@ class AFLdict2filePass : public ModulePass { void dict2file(int fd, u8 *mem, u32 len) { - int i, j, binary = 0; + u32 i, j, binary = 0; char line[MAX_AUTO_EXTRA * 8], tmp[8]; strcpy(line, "\""); |
