Page MenuHomeFreeBSD

D9663.id25422.diff
No OneTemporary

D9663.id25422.diff

Index: usr.bin/tset/map.c
===================================================================
--- usr.bin/tset/map.c
+++ usr.bin/tset/map.c
@@ -157,6 +157,8 @@
badmopt: errx(1, "illegal -m option format: %s", copy);
mapp->porttype = strdup(port);
}
+ free(copy);
+ copy = NULL;
#ifdef MAPDEBUG
(void)printf("port: %s\n", mapp->porttype ? mapp->porttype : "ANY");

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 8:08 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32068063
Default Alt Text
D9663.id25422.diff (375 B)

Event Timeline