commit | c1f79c74e222000386f3950ed98d150e6009648b | [log] [tgz] |
---|---|---|
author | Kumar Amit Mehta <gmate.amit@gmail.com> | Mon Jan 26 16:44:53 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 28 10:52:05 2015 -0800 |
tree | 41c1541c9777e5363f909a570e3c68c0a8250230 | |
parent | 1e3e981ad576eeb47ca1ca1743ff3b3d39e576a4 [diff] |
staging: lustre: lustre: mdc: lproc_mdc.c: Fix for potential NULL pointer dereference In mdc_kuc_write(), OBD_ALLOC(lh, len) may leave 'lh' to NULL as kmalloc may fail to allocate memory. This fix adds a check to avoid, dereferencing a NULL pointer. Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>