Reimplementation of standard C string functions for practice. This is designed to improve my understanding of what some of the common string functions do, null-terminated strings, and low-level memory ...
Buffer overrun exploits are bad, but having your program abort when it sees a long string isn't much better. There's a magic word you need to know to use the security-enhanced Microsoft C string ...