module: Check the return value of malloc()
commitcd079794e8908b9402840cde322bbd32ae08523c
authorMatt Fleming <matt.fleming@intel.com>
Thu, 17 Jan 2013 14:50:29 +0000 (17 14:50 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Wed, 23 Jan 2013 15:05:28 +0000 (23 15:05 +0000)
tree4363681f85e3f9f7ecc1d39c7fbcacc951e3b3c0
parent13fb5e172fbfac9e1afeba55102b1eb535cf1d4a
module: Check the return value of malloc()

Instead of blindly writing through a possible-NULL pointer, check the
return value of malloc().

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