AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
1.99k stars 306 forks source link

Allow trailing comma in feedback macros #2308

Closed clesmian closed 3 months ago

clesmian commented 3 months ago

This does not change any functionality, but makes the macros a bit easier to use, because they don't fail to match if there is a trailing comma for some reason.

tokatoka commented 3 months ago

ty 👍