Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103247674
D36457.id110204.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D36457.id110204.diff
View Options
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -720,7 +720,7 @@
* method is flawed for non-ASCII characters).
*/
howto = 0;
- for (i = 1; i < argc; i++) {
+ for (i = 0; i < argc; i++) {
cpy16to8(argv[i], var, sizeof(var));
howto |= boot_parse_arg(var);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 2:56 PM (15 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14780202
Default Alt Text
D36457.id110204.diff (351 B)
Attached To
Mode
D36457: stand: Parse all arguments passed by UEFI
Attached
Detach File
Event Timeline
Log In to Comment