I'll never not be impressed by the people who can find stuff like this
Open C source file, read five minutes, done. The existence of C style strings by itself already guarantees that any C code will be 50% memory access exploits. Sadly instead of adopting one of hundreds sane string types that have been around as long as C if not longer the C standards committee only did the the C equivalent of my_sql_real_escape_string by introducing dozens of overloads that let you specify a "string s…
I kinda feel like you the other poster suggesting to just search source code learned basic buffer overflows from the 90s and called it a day