vanhauser-thc
4217d6a9f8
test
2025-04-12 12:51:47 +02:00
van Hauser
a845852b98
Merge pull request #2374 from kcwu/fix-memory-leaks
...
Fix memory leaks
2025-04-12 12:16:16 +02:00
Kuang-che Wu
9513397336
free memory when shutdown
...
With this fix, ASAN_BUILD won't report leaks if ctrl-c (in a short run).
2025-04-12 09:49:24 +00:00
Kuang-che Wu
57fa87ce5e
only allocate SAND memory if enabled
2025-04-12 09:49:19 +00:00
van Hauser
c6a2cf88bf
Merge pull request #2370 from kcwu/dev
...
code cleanup
2025-04-10 16:57:05 +02:00
vanhauser-thc
8461f860eb
code format
2025-04-10 16:28:03 +02:00
van Hauser
7395223512
Merge pull request #2368 from w1redch4d/qbdi_fix
...
fixed qbdi mode to work out of the box
2025-04-10 16:26:48 +02:00
van Hauser
1121af301b
Merge pull request #2369 from 5angjun/dev
...
add cleanup for top_rated_candidates in afl_state_deinit()
2025-04-10 16:25:18 +02:00
w1redch4d
b9c1536283
added safe_length option for portability and clarity
2025-04-10 19:44:54 +05:30
Kuang-che Wu
6691ce943a
remove unused variable
2025-04-10 21:54:54 +08:00
Kuang-che Wu
1dba3a276f
remove unused variable
2025-04-10 21:54:54 +08:00
w1redch4d
3c8016e071
fixed qbdi mode to work out of the box
2025-04-10 19:21:14 +05:30
5angjun
b64dd0a1ec
add cleanup for top_rated_candidates in afl_state_deinit()
2025-04-10 22:50:42 +09:00
van Hauser
55f758a168
Merge pull request #2366 from 5angjun/dev
...
fix: correct rescoring logic with minimal executions
2025-04-10 14:01:49 +02:00
5angjun
bd631c73a2
Enable conditional allocation for cycle schedules
2025-04-10 18:41:32 +09:00
vanhauser-thc
6cbe58ff55
code format
2025-04-10 09:30:18 +02:00
van Hauser
c71d487a4c
Merge pull request #2367 from wtdcode/sand-fix
...
Fix missing classified accidentally removed by 4ff2673
2025-04-10 08:37:06 +02:00
mio
939171952d
Fix missing classified accidentally removed by 4ff2673
2025-04-10 12:35:31 +08:00
5angjun
161905c2fc
fix: correct rescoring logic with minimal executions
...
Previous scoring logic did not correctly rescore all queue entries.
This patch ensures rescoring works under the updated scheduling logic,
while minimizing executions per feedback from PR #2363 .
Based on feedback from: https://github.com/AFLplusplus/AFLplusplus/pull/2363
2025-04-09 23:37:16 +09:00
van Hauser
5ff21c9aad
Merge pull request #2365 from wtdcode/sand-fix
...
Fix sand due to default schedule change
2025-04-09 15:58:21 +02:00
mio
112d90656b
rebase against dev
2025-04-09 21:34:33 +08:00
mio
bc11bd7661
Fix comments
2025-04-09 21:34:20 +08:00
mio
6b71ca7809
Also remove declaration
2025-04-09 21:34:19 +08:00
mio
eb0b8b2c5c
No longer need classify_counts_mem
2025-04-09 21:34:19 +08:00
mio
6223ddf6d2
Changes not saved =(
2025-04-09 21:34:18 +08:00
mio
920c7fe71a
Fix sand due to default schedule change
2025-04-09 21:34:18 +08:00
vanhauser-thc
4ff2673895
fix update_bitmap_score when no current trace is present
2025-04-09 14:21:42 +02:00
vanhauser-thc
891b7f48f0
nits
2025-04-09 10:48:34 +02:00
vanhauser-thc
5df3cdbc0b
effeciency fix for SAND
2025-04-08 17:43:26 +02:00
vanhauser-thc
57466909e4
remove outdated doc
2025-04-08 11:33:05 +02:00
vanhauser-thc
55c9c4ff19
deprecate some queue/.state files
2025-04-08 11:32:08 +02:00
van Hauser
fe202b5fee
Merge pull request #2361 from kcwu/patch-1
...
Update FAQ.md
2025-04-08 10:18:17 +02:00
Kuang-che Wu
c5e511302f
Update FAQ.md
...
the default schedule was changed to EXPLORE since 4.10a
2025-04-08 09:37:20 +08:00
vanhauser-thc
7c349b6cde
increase fast resume version
2025-04-07 10:13:13 +02:00
vanhauser-thc
fc38904e25
fix
2025-04-07 10:08:34 +02:00
van Hauser
eee2521eb4
Merge pull request #2358 from kcwu/fix-buffer-overflow
...
fix potential q->trace_mini off by 1 overflow
2025-04-07 10:08:16 +02:00
van Hauser
192d4817e0
Merge pull request #2357 from wtdcode/fix-sand-comments
...
Fix comments in for SAND
2025-04-06 13:59:37 +02:00
mio
58e4070573
Update comments
2025-04-06 12:18:49 +08:00
mio
2ecf28440f
Fix comments in for SAND
2025-04-06 12:16:34 +08:00
van Hauser
f1ee7bc9cd
Merge pull request #2354 from kcwu/reduce-skipdet_e-memory-usage
...
reduce skipdet_e memory usage
2025-04-05 13:03:44 +02:00
Kuang-che Wu
969541b54f
fix potential q->trace_mini off by 1 overflow
...
Be careful this change is incompatible with old version of fastresume.bin
2025-04-05 03:06:15 +00:00
Kuang-che Wu
ec07f531f8
reduce skipdet_e memory usage
...
By using bitmaps, the memory requirement for
`q->skipdet_e->skip_eff_map` and `done_inf_map`, which previously scaled
with the corpus size, is reduced to one-eighth of its original size.
2025-04-05 01:49:27 +00:00
van Hauser
56b5983b61
Merge pull request #2353 from 20urc3/patch-2
...
Patch 2
2025-04-03 18:10:05 +02:00
20urc3
f17ea60a30
Update afl-cmin
...
removed `-a ! -path \"*/.state\"`
2025-04-03 16:49:43 +01:00
20urc3
68634964ef
Update afl-cmin
2025-04-03 16:28:31 +01:00
20urc3
d21804bdd1
Update afl-cmin
...
Fix patch 1
2025-04-03 15:30:45 +01:00
van Hauser
5a527046a5
Merge pull request #2352 from AFLplusplus/dev
...
push to stable
2025-04-03 15:27:31 +02:00
van Hauser
b2a8765b1f
Merge pull request #2348 from Xeonacid/riscv
...
Define WORD_SIZE_64 for riscv64
2025-04-03 15:25:44 +02:00
van Hauser
106309492c
Merge pull request #2351 from kcwu/fix-double-free
...
fix double free bug introduced by 73ab495b5d1a99722f4a2c2b1b9507daa73…
2025-04-03 15:20:27 +02:00
Kuang-che Wu
58c5e2b96c
fix double free bug introduced by 73ab495b5d1a99722f4a2c2b1b9507daa7334fd9
2025-04-03 11:09:32 +00:00