Page MenuHomeFreeBSD

D11011.diff
No OneTemporary

D11011.diff

Index: head/usr.sbin/makefs/ffs.c
===================================================================
--- head/usr.sbin/makefs/ffs.c
+++ head/usr.sbin/makefs/ffs.c
@@ -523,6 +523,7 @@
if (fsopts->offset != 0)
if (lseek(fsopts->fd, fsopts->offset, SEEK_SET) == -1) {
warn("can't seek");
+ free(buf);
return -1;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 21, 12:20 AM (43 m, 58 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34133734
Default Alt Text
D11011.diff (332 B)

Event Timeline