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)

0001-Corrected-check-to-ensure-that-command-line-options-.patch (1.1 KB ) - added by arvindsraj 10 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by arvindsraj, 10 years ago

patch: 01

comment:2 by anevilyak, 10 years ago

Owner: changed from axeld to ithamar
Status: newassigned

comment:3 by ithamar, 10 years ago

Resolution: fixed
Status: assignedclosed

committed as part of hrev47436

Note: See TracTickets for help on using tickets.