mirror of
https://github.com/minimaxir/big-list-of-naughty-strings.git
synced 2025-09-25 13:19:15 +02:00
update blns to account for more format strings
Made a couple of changes to the format strings: - added more %s'. increases the chance of crashing. Sometimes the stack layout is just right and 1 or 2 %s will not cause a crash - added %n. Should cause a crash, even if several other specifiers don't - added %@, this is for objective-c format functions.
This commit is contained in: