Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | include and src folders | Andrea Fioraldi | |
2019-08-19 | seperated the forkserver from afl-fuzz and afl-tmin | van Hauser | |
2019-08-11 | several code cleanups: avoid #if in macro parameters | hexcoder- | |
avoid arithmetic with void pointers (undefined behaviour) avoid some shadowed variables | |||
2019-07-13 | fix detection of glibc | Hexcoder | |
2019-07-13 | portability fix: getcwd(NULL, 0) is a non-POSIX glibc extension. Refactor | hexcoder- | |
detect_file_args() in a separate file in order to avoid multiple copies. |