Page MenuHomeFreeBSD

D13933.id.diff
No OneTemporary

D13933.id.diff

Index: head/stand/efi/libefi/efichar.c
===================================================================
--- head/stand/efi/libefi/efichar.c
+++ head/stand/efi/libefi/efichar.c
@@ -139,6 +139,8 @@
sz = strlen(name) * 2 + 2;
if (*nmp == NULL)
*nmp = malloc(sz);
+ if (*nmp == NULL)
+ return (ENOMEM);
nm = *nmp;
*len = sz;

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 3:27 AM (19 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35217891
Default Alt Text
D13933.id.diff (338 B)

Event Timeline