Project

General

Profile

« Previous | Next » 

Revision 3b659f6e

Added by skyjake almost 13 years ago

Safer string concatenation

With strncat() there is a danger of buffer overflow as the
length of the string already in the destination buffer was
never checked. Added safe string concatenation functions to
m_misc and replaced the use of strncat() in the engine.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences