Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Support UNIX-style wildcards in AFL_LLVM_WHITELIST file
|
|
|
|
|
|
|
|
|
|
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.
|
|
Allow the whitelist specified by AFL_LLVM_WHITELIST contain entries with
UNIX shell-style wildcard pattern matching.
|
|
llvm_mode compare-transform-pass: add handling of sized comparisons with non-const size
|
|
|
|
|
|
|
|
|
|
|
|
non-const size
this involved insertion of an extra length-checking bb for each character
to see if we've hit the sized limit.
|
|
|
|
|
|
|
|
make this clearer and handle case with embedded null characters in
const string properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
available)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reverting ... :-(
|
|
|
|
|
|
|
|
|
|
|