about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2022-05-10fix effector map calculationvanhauser-thc
2022-05-09fixvanhauser-thc
2022-05-09support post_process's own return buffervanhauser-thc
2022-05-06large shared segment optimisation (in TEST_MMAP mode)David CARLIER
for FreeBSD supporting such feature. Grabbing the first kind which fit the needed size otherwise falling back to the classic shared segment allocation.
2022-05-02fixvanhauser-thc
2022-05-02fix mopt random selectionvanhauser-thc
2022-05-02fix token usage in normal and MOpt modevanhauser-thc
2022-04-28Properly null CmpLog map in deinit (#1395)che30122
Co-authored-by: van Hauser <vh@thc.org>
2022-04-28update afl-sharedmem.cche30122
2022-04-25code formatvanhauser-thc
2022-04-20fix instrumentation for -Werror,-Wunused-but-set-variableJesse Schwartzentruber
`used` is so it isn't optimized out. `unused` is to avoid the warning.
2022-04-20use passthrough mode for wasmJesse Schwartzentruber
2022-04-18fix msgvanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-08correct counting for tmoutsvanhauser-thc
2022-04-07save timeoutsvanhauser-thc
2022-04-05[wantfix] make error @SIMPLE_FILESむぎ茶
Hi there! I tried to compile with SIMPLE_FILES, but got an error message. Please have a look through it. Sincerely. ``` src/afl-fuzz-bitmap.c: In function ‘save_if_interesting’: src/afl-fuzz-bitmap.c:706:39: error: ‘afl_state_t’ {aka ‘struct afl_state’} has no member named ‘last_kill_signal’ 706 | afl->saved_crashes, afl->last_kill_signal); | ^~ make: *** [GNUmakefile:437: afl-fuzz] Error 1 ```
2022-04-03fix pizza modevanhauser-thc
2022-04-03pizza mode on 1st of aprilvanhauser-thc
2022-04-03Merge pull request #1374 from CarloMara/stablevan Hauser
Add new mode to AFLplusplus
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-04-01Fix layoutCarlo Maragno
2022-04-01Add basic support for Italian usersCarlo Maragno
2022-03-31Some scan-build fixesDominik Maier
2022-03-30avoid compiler warning (format-truncation), needed for make DEBUG=1 allhexcoder-
2022-03-30fix instrumentlist for LTO with clang < 13vanhauser-thc
2022-03-21fix early return in AFL_TARGET_ENVfuzzah
2022-03-18fix LTO with cmplog and lafvanhauser-thc
2022-03-18our own PCGUARD mode not for llvm 10.0.1vanhauser-thc
2022-03-18fix split pass loadingvanhauser-thc
2022-03-17merge fixesvanhauser-thc
2022-03-17Merge branch 'dev' into newpm2van Hauser
2022-03-17fixes for llvm < 11vanhauser-thc
2022-03-17make LTO pass work too plus some fixesvanhauser-thc
2022-03-17make pcguard workvanhauser-thc
2022-03-17Merge pull request #1352 from cd80/patch-1van Hauser
fix typo in error message when using LD_PRELOAD
2022-03-17fix typo for error message when using LD_PRELOADcd80
2022-03-07Merge pull request #1346 from mchesser/patchesvan Hauser
Fix Shm trim bug and OOB accesses during Redqueen mutations.
2022-03-07nitsvanhauser-thc
2022-03-07Fix buffer overrun in `rtn_extended_encoding`mchesser
`idx + i` can range from `0` to `buf.len`, but the memcpy may try and write to offsets from `idx + i` to `idx + 2 * i`.
2022-03-07 Fix off by one bounds checkmchesser
`is_hex` reads two bytes but caller previously only ensured that one byte was in bounds.
2022-03-07Fix issue with trim in shared memory modemchesser
2022-03-04code formatvanhauser-thc
2022-03-04fix compile error on non linux targetsSergej Schumilo
2022-03-04write nyx crash logs to AFL++ work directorySergej Schumilo
2022-03-01code formatvanhauser-thc
2022-03-01code formatvanhauser-thc
2022-03-01allow for -c0 also for src targetsvanhauser-thc
2022-03-01Revert "Merge branch 'newpm2' into dev"vanhauser-thc
This reverts commit fee1acf7e6096533f1aa8cd74035bed21c90fdf6, reversing changes made to 675d17d737ee5dee88766d9c181567771592c94c.
2022-02-22Merge branch 'newpm2' into devvan Hauser