Usage of vsprintf in Log.cpp line 66 highly susceptible to buffer overflows,
stack smashes, etc.
Recommended change to vsnprintf, which allows the buffer length to be
specified. This function is standard in C99 and required in C++11, so should be
pretty well supported.
Original issue reported on code.google.com by LoveOver...@gmail.com on 27 Sep 2013 at 7:49
Original issue reported on code.google.com by
LoveOver...@gmail.com
on 27 Sep 2013 at 7:49