about summary refs log tree commit diff
path: root/afl-common.c
AgeCommit message (Collapse)Author
2019-08-27include and src foldersAndrea Fioraldi
2019-08-19seperated the forkserver from afl-fuzz and afl-tminvan Hauser
2019-08-11several code cleanups: avoid #if in macro parametershexcoder-
avoid arithmetic with void pointers (undefined behaviour) avoid some shadowed variables
2019-07-13fix detection of glibcHexcoder
2019-07-13portability fix: getcwd(NULL, 0) is a non-POSIX glibc extension. Refactorhexcoder-
detect_file_args() in a separate file in order to avoid multiple copies.