]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix for possible NULL pointer dereference.
authorArtur Wojcik <artur.wojcik@intel.com>
Thu, 10 Dec 2009 19:03:37 +0000 (12:03 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 10 Dec 2009 19:03:37 +0000 (12:03 -0700)
commit0fbd635caa86a027dbe88c4739dc00a27e29135e
tree182a16f68fda8ef70fc0905cbe2b0de5207c5b6b
parent5a1920f2c26719d825521cfe6a2b78f4ff6eed99
Fix for possible NULL pointer dereference.

Pointer 'this' returned from call to function 'malloc' at line 3795
may be NULL and will be dereferenced at line 3796.

Artur Wojcik <artur.wojcik@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c