Opened 10 years ago
Closed 10 years ago
#10986 closed bug (fixed)
Improper validation of command line arguments received from u-boot
Reported by: | arvindsraj | Owned by: | ithamar |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | gsoc2014 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | arm |
Description
In start_netbsd, it should be ensured that cmdline(the command line arguments received from u-boot) is not an empty string but current check only ensures that cmdline is not NULL. Fixing this moves the boot process ahead - now it fails when searching for boot partitions.
Attachments (1)
Change History (4)
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 10 years ago
Attachment: | 0001-Corrected-check-to-ensure-that-command-line-options-.patch added |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
committed as part of hrev47436