Page MenuHomeFreeBSD

D9852.id29286.diff
No OneTemporary

D9852.id29286.diff

Index: head/usr.sbin/ppp/iface.c
===================================================================
--- head/usr.sbin/ppp/iface.c
+++ head/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
Thu, Aug 27, 3:22 PM (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37396573
Default Alt Text
D9852.id29286.diff (415 B)

Event Timeline