Page MenuHomeFreeBSD

D7497.id.diff
No OneTemporary

D7497.id.diff

Index: head/sys/boot/efi/boot1/boot1.c
===================================================================
--- head/sys/boot/efi/boot1/boot1.c
+++ head/sys/boot/efi/boot1/boot1.c
@@ -78,7 +78,8 @@
void
Free(void *buf, const char *file __unused, int line __unused)
{
- (void)bs->FreePool(buf);
+ if (buf != NULL)
+ (void)bs->FreePool(buf);
}
/*

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 7, 8:05 AM (19 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36154777
Default Alt Text
D7497.id.diff (352 B)

Event Timeline