Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162900023
D13933.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
338 B
Referenced Files
None
Subscribers
None
D13933.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13933: utf8_to_ucs2() should check for malloc failure
Attached
Detach File
Event Timeline
Log In to Comment