commit | db3c16cdde24ecd59df0f24f93f1a4ba177f4b82 | [log] [tgz] |
---|---|---|
author | Lidza Louina <lidza.louina@oracle.com> | Mon May 16 14:51:42 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 07 22:38:19 2016 -0700 |
tree | c840fd0a47f422945b1f057903b91aac7e048e4a | |
parent | 423b09b8f45c8771bca84d41c3254c3904d78a0a [diff] |
staging/lustre/ptlrpc: Removes potential null dereference The lustre_msg_buf method could return NULL. Subsequent code didn't check if it's null before using it. This patch adds two checks. Signed-off-by: Lidza Louina <lidza.louina@oracle.com> Acked-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>