Hacker News new | past | comments | ask | show | jobs | submit login

Hehe. Ok. That is very funny :)



I don't get it -- am I slow?


This used to happen in C for me. Basically, you are trying to print a string which has overflowed the allocated length and you get junk printed on the string. C-Strings are null terminated and the system will keep printing till it encounters a null. So, bounds checking and buffer overflows are also hard problems.


Buffer overflow :)


Memory corruption due to off-by-one errors.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: