Page MenuHomeFreeBSD

D9852.id25855.diff
No OneTemporary

D9852.id25855.diff

Index: usr.sbin/ppp/iface.c
===================================================================
--- usr.sbin/ppp/iface.c
+++ usr.sbin/ppp/iface.c
@@ -145,6 +145,7 @@
iface = (struct iface *)malloc(sizeof *iface);
if (iface == NULL) {
fprintf(stderr, "iface_Create: malloc: %s\n", strerror(errno));
+ free(buf);
return NULL;
}
iface->name = strdup(name);

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 6, 11:22 PM (11 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34772974
Default Alt Text
D9852.id25855.diff (400 B)

Event Timeline