changeset 112 | 0711775cb6b0 |
parent 111 | 677179c76e35 |
111:677179c76e35 | 112:0711775cb6b0 |
---|---|
15 } |
15 } |
16 |
16 |
17 int main (int argc, char **argv) |
17 int main (int argc, char **argv) |
18 { |
18 { |
19 foo("my string is too long !!!!! "); // all is normal |
19 foo("my string is too long !!!!! "); // all is normal |
20 foo("my string is too long !!!!! \x10\x10\xc0\x42"); // overwrites my_float |
20 //foo("my string is too long !!!!! \x10\x10\xc0\x42"); // overwrites my_float |
21 return 0; |
21 return 0; |
22 } |
22 } |
23 |
23 |