elflink: Don't pass NULL to spawn_load()
authorMatt Fleming <matt.fleming@linux.intel.com>
Mon, 7 Mar 2011 21:52:54 +0000 (21:52 +0000)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 8 Mar 2011 19:17:59 +0000 (19:17 +0000)
commit2adb4a29248b8def7a967802ec1595024e8b77d6
treef3b7c720e23f9792bb9ea50c54a9de03829c2cde
parent7ffc51e387c10d76541fdd0105347e1d2b426570
elflink: Don't pass NULL to spawn_load()

As spawn_load() dereferences the 'argv' parameter it really doesn't
expect it to be NULL.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
com32/lib/sys/module/exec.c