diff -r cb308583d86c -r ea1ee786d5a7 progs/C0.c --- a/progs/C0.c Mon Oct 05 12:47:04 2015 +0100 +++ b/progs/C0.c Mon Oct 05 12:47:56 2015 +0100 @@ -13,7 +13,7 @@ int main (int argc, char **argv) { - foo("my string is too long !!!!!"); + foo("my string is too long !!!!!"); //foo("my string is too long !!!!! \x15\xcd\x5d\x07"); return 0; }