Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105829350
D13915.id37968.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
398 B
Referenced Files
None
Subscribers
None
D13915.id37968.diff
View Options
Index: stand/efi/boot1/boot1.c
===================================================================
--- stand/efi/boot1/boot1.c
+++ stand/efi/boot1/boot1.c
@@ -89,8 +89,8 @@
UINTN dl;
EFI_STATUS rv;
- utf8_to_ucs2(v, &uv, &ul);
- if (uv == NULL)
+ uv = NULL;
+ if (utf8_to_ucs2(v, &uv, &ul) != 0)
return (EFI_OUT_OF_RESOURCES);
dl = *len;
rv = RS->GetVariable(uv, g, &attr, &dl, data);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 8:44 AM (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15551855
Default Alt Text
D13915.id37968.diff (398 B)
Attached To
Mode
D13915: Fix booting on arm64
Attached
Detach File
Event Timeline
Log In to Comment