Page MenuHomeFreeBSD

D9850.diff
No OneTemporary

D9850.diff

Index: head/usr.bin/last/last.c
===================================================================
--- head/usr.bin/last/last.c
+++ head/usr.bin/last/last.c
@@ -243,7 +243,7 @@
/* Display them in reverse order. */
while (amount > 0)
doentry(&buf[--amount]);
-
+ free(buf);
tm = localtime(&t);
(void) strftime(ct, sizeof(ct), "%+", tm);
printf("\n%s begins %s\n", ((file == NULL) ? "utx.log" : file), ct);

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 5:52 PM (15 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27664523
Default Alt Text
D9850.diff (419 B)

Event Timeline