From: Oleg Drokin Date: Mon, 28 Apr 2014 02:25:58 +0000 (-0400) Subject: staging/lustre/lnet: fix potential null pointer dereference X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36175e9d2c986ee653277928bfcbab6ddf6bb85;p=pandora-kernel.git staging/lustre/lnet: fix potential null pointer dereference Pointer 'ni' checked for NULL at line 1569 may be passed to function and may be dereferenced there by passing argument 1 to function 'lnet_ni_notify_locked' at line 1621. found by Klocwork Insight tool Signed-off-by: Oleg Drokin CC: Dmitry Eremin CC: Liang Zhen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed