# HG changeset patch # User Christian Urban # Date 1412939775 -3600 # Node ID 60e046ab6c94f76e4d1c5360f197af2af643e3f7 # Parent 603cbd28e9881e77774ef2dd32a7a49ea5902bfc updated diff -r 603cbd28e988 -r 60e046ab6c94 progs/C0.c --- a/progs/C0.c Fri Oct 10 11:26:23 2014 +0100 +++ b/progs/C0.c Fri Oct 10 12:16:15 2014 +0100 @@ -13,6 +13,6 @@ int main (int argc, char **argv) { - foo("my string is too long !!!!!"); + foo("my string is too long !!!!! \x15\xcd\x5d\x07"); return 0; } \ No newline at end of file diff -r 603cbd28e988 -r 60e046ab6c94 progs/args2-bad --- a/progs/args2-bad Fri Oct 10 11:26:23 2014 +0100 +++ b/progs/args2-bad Fri Oct 10 12:16:15 2014 +0100 @@ -1,3 +1,3 @@ #!/bin/sh -perl -e 'print "test\nAAAAAAAABBBB\x2c\x85\x04\x08\n"' \ No newline at end of file +perl -e 'print "test\nAAAAAAAABBBB\n"' \ No newline at end of file diff -r 603cbd28e988 -r 60e046ab6c94 progs/args2-good --- a/progs/args2-good Fri Oct 10 11:26:23 2014 +0100 +++ b/progs/args2-good Fri Oct 10 12:16:15 2014 +0100 @@ -1,3 +1,3 @@ #!/bin/sh -perl -e 'print "test\ntest\n"' \ No newline at end of file +perl -e 'print "test\nfoo\n"' \ No newline at end of file