db_sprintf() buffer overflow

Issue #272 new
dd1 created an issue

The db_sprintf() call does not check for overrun of the destination buffer. Perhaps we should change it to return std::string, like msprintf(). K.O.

Comments (4)

  1. Log in to comment