mirror of
https://github.com/torvalds/linux.git
synced 2026-05-09 16:49:47 -04:00
When command line options are used without specifying values (e.g. "emu_size" instead of "emu_size="), the value is NULL. Check that before performing string operations and further processing. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>