(svn r2831) Fix some potential and real buffer overflows

This commit is contained in:
tron
2005-08-07 14:18:17 +00:00
parent 3f162fc49a
commit 78524dd216
3 changed files with 18 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ enum SettingDescType {
SDT_STRINGBUF,
SDT_INTLIST,
SDT_STRINGQUOT, // string with quotation marks around it
SDT_CHAR,
SDT_INT8 = 0 << 4,
SDT_UINT8 = 1 << 4,