Skip to content
Snippets Groups Projects
  • Danny Auble's avatar
    219826b0
    Fix potential buffer overflow. · 219826b0
    Danny Auble authored
    This isn't that big of an issue for 14.03, but 14.11 added more to this
    string which could overflow the buffer since sprintf is used instead of
    snprintf.  Using xstrfmtcat fixes the issue and is easier to read code.
    219826b0
    History
    Fix potential buffer overflow.
    Danny Auble authored
    This isn't that big of an issue for 14.03, but 14.11 added more to this
    string which could overflow the buffer since sprintf is used instead of
    snprintf.  Using xstrfmtcat fixes the issue and is easier to read code.