Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154434853
D15082.id41501.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
526 B
Referenced Files
None
Subscribers
None
D15082.id41501.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15082: loader: make sure we do not return garbage from help_getnext
Attached
Detach File
Event Timeline
Log In to Comment