Changes between Initial Version and Version 1 of Ticket #6209


Ignore:
Timestamp:
Nov 8, 2015, 11:19:53 AM (8 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6209

    • Property Status newassigned
    • Property Summary Convert all CPLsprintf -> CPLvsnprintfConvert all CPLsprintf -> CPLsnprintf
  • Ticket #6209 – Description

    initial v1  
    1 Using INT_MAX for a byte limited snprintf defeats the purpose of snprintf and allows for buffer overflows.  Convert all CPLsprintf -> CPLvsnprintf with the proper byte counts.
     1Using INT_MAX for a byte limited snprintf defeats the purpose of snprintf and allows for buffer overflows.  Convert all CPLsprintf -> CPLsnprintf with the proper byte counts.
    22
    33{{{#!c++