Differences From Artifact [291ca9d7b9]:
- File conf_section.c — part of check-in [730308bffd] at 2005-09-30 08:27:32 on branch trunk — Added filename and line numbers to error messages. Began adding support for lists of options rather than just one option per item. libconfig 0.1.19 (user: rkeene, size: 4843) [annotate] [blame] [check-ins using]
To Artifact [21e783ce9c]:
- File conf_section.c — part of check-in [e25a9d7fae] at 2006-12-15 23:15:57 on branch trunk — Fixed potential buffer bounds issues (user: rkeene, size: 4860) [annotate] [blame] [check-ins using]
︙ | |||
135 136 137 138 139 140 141 | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | - + | fprintf(stderr, "Invalid line: \"%s\"\n", linebuf); #endif continue; } /* Delete space at the end of the command. */ cmdend--; /* It currently derefs to the seperator.. */ |
︙ |