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.
master
iljavs 2018-02-25 04:24:55 -06:00 committed by GitHub
parent cf2b864ab7
commit 2a9a2c9975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -588,9 +588,11 @@ Kernel.exit(1)
$HOME
$ENV{'HOME'}
%d
%s
%s%s%s%s%s
{0}
%*.*s
%@
%n
File:///
# File Inclusion