about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-05-30rename var time->time_msvan Hauser
2020-05-30removed read_timedDominik Maier
2020-05-30reverted extendended read_timedDominik Maier
2020-05-30Revert "code format"Dominik Maier
This reverts commit 8f19becb620a6fedd0f8b855b48cdeeab211c2ed.
2020-05-30fix forkserver changevan Hauser
2020-05-30fix vor afl-clangvan Hauser
2020-05-30PowerPc supportDominik Maier
2020-05-30code formatDominik Maier
2020-05-30corrected read_timed for values > 4Dominik Maier
2020-05-30update readmevan Hauser
2020-05-30simplified read_timedvan Hauser
2020-05-29Merge pull request #383 from dgmelski/fix-read-timedDominik Maier
Fix read_timed when accumulating short reads
2020-05-29whitelist wildcard for LTOvan Hauser
2020-05-29Merge pull request #385 from sirmc/devvan Hauser
Support UNIX-style wildcards in AFL_LLVM_WHITELIST file
2020-05-29Remove AFL_LLVM_WHITELIST_FNMATCH env variableSebastian Österlund
2020-05-29Merge pull request #386 from AFLplusplus/devvan Hauser
code format
2020-05-29code formatvan Hauser
2020-05-29Merge pull request #374 from AFLplusplus/devvan Hauser
Dev
2020-05-29add Perl dictionaries from RootUphexcoder-
2020-05-29Revert "perl.dict"hexcoder-
This reverts commit 4ad3144f50333593da2f84d12617720cdeb3c4fd.
2020-05-29Do clang-formatSebastian Österlund
2020-05-29gcc_plugin: better error message when compiler and plugin versions do not matchhexcoder-
2020-05-29.gitignore: add *.pychexcoder-
2020-05-29Fix typos in LLVM whitelist READMESebastian Österlund
2020-05-29Add AFL_LLVM_WHITELIST_FNMATCH env varSebastian Österlund
Only enable UNIX pattern matching on the whitelist when AFL_LLVM_WHITELIST_FNMATCH is set. The reason being that we keep backwards compatibility with old whitelists.
2020-05-29Support filename pattern matching in whitelistSebastian Österlund
Allow the whitelist specified by AFL_LLVM_WHITELIST contain entries with UNIX shell-style wildcard pattern matching.
2020-05-29Merge pull request #384 from RootUp/patch-4hexcoder
Grammar for fuzzing Perl
2020-05-29perl.dictDhiraj Mishra
2020-05-28Fix read_timed when accumulating short readsDavid Melski
The existing code appears to use 'len_read' in several places where 'total_read' was intended. The function may work if the first 1 or 2 iterations of the loop read the requested 'len' bytes. If the first two reads are "short" and a third read is done, the bytes will be placed over previously read bytes in buf and more than 'len' bytes may be read in total, though buf is never overrun. This commit changes read_timed to (1) correctly append short reads in buf (2) correctly terminate when the sum of the short reads equals the requested 'len' bytes (3) return an error when read() returns -1 or 0 The function also depends on select() decrementing the timeout structure, as it does on Linux. On other platforms, the exec_ms returned is likely incorrect. This patch does not attempt to address this issue.
2020-05-28Merge pull request #382 from ivachyou/mastervan Hauser
change qemu-mode AFL_REGS_NUM to 16 for TARGET_ARM
2020-05-29Delete action.ymlArtem Ivachev
2020-05-28simplify u64van Hauser
2020-05-28Merge pull request #375 from risicle/ris-llvm-compare-transform-var-sized-devvan Hauser
llvm_mode compare-transform-pass: add handling of sized comparisons with non-const size
2020-05-28test.sh OpenBSD6.7, 32bit: add 'i386' to known intel stringshexcoder-
2020-05-28OpenBSD6.7, 32bit fix add linker option -z notexthexcoder-
2020-05-28make dockerfile bettervan Hauser
2020-05-28remove actions, we do this via docker hubvan Hauser
2020-05-28change qemu-mode AFL_REGS_NUM to 16 for TARGET_ARMivachyou
2020-05-28GNUmakefile: make binary-only: make qemu build optional, so unicornafl can ↵hexcoder-
be build
2020-05-28actionsvan Hauser
2020-05-28fix Dockerfilevan Hauser
2020-05-27enable snapshot lkm for llvm_mode persistent modevan Hauser
2020-05-27code formatvan Hauser
2020-05-27Merge pull request #379 from arnow117/mastervan Hauser
Fix MOpt implementation flaws
2020-05-27allow for copy paste from documentationvan Hauser
2020-05-27fix 64bit support for powerpc, risc, etc.van Hauser
2020-05-27fix MOPT implementation flaws in core fuzzingarnow117
2020-05-26Revert "libfuzzer driver, better rt compilation"root
This reverts commit 46a0f812b1b99032831dd523fbe0efe65f507c4c.
2020-05-26make examples better van Hauser
2020-05-26persistent mode shared memory fuzzing - donevan Hauser