Page MenuHomeFreeBSD

D15082.id41501.diff
No OneTemporary

D15082.id41501.diff

Index: stand/common/commands.c
===================================================================
--- stand/common/commands.c
+++ stand/common/commands.c
@@ -74,7 +74,6 @@
if ((strlen(line) < 3) || (line[0] != '#') || (line[1] != ' '))
continue;
- *topic = *subtopic = *desc = NULL;
cp = line + 2;
while((cp != NULL) && (*cp != 0)) {
ep = strchr(cp, ' ');
@@ -95,6 +94,7 @@
if (*topic == NULL) {
free(*subtopic);
free(*desc);
+ *subtopic = *desc = NULL;
continue;
}
return(1);

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 1:09 PM (9 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32349010
Default Alt Text
D15082.id41501.diff (526 B)

Event Timeline