https://github.com/torvalds/linux
Revision 8e3531060556bf5e09444acd2aa5c78bce9c9f70 authored by Steve French on 27 March 2015, 00:47:02 UTC, committed by Steve French on 01 April 2015, 05:01:47 UTC
null tcon is not likely in these paths in current
code, but obviously it does clarify the code to
check for null (if at all) before derefrencing
rather than after.

Reported by Coverity (CID 1042666)

Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
1 parent f3a31a2
History
Tip revision: 8e3531060556bf5e09444acd2aa5c78bce9c9f70 authored by Steve French on 27 March 2015, 00:47:02 UTC
Fix dereference before null check warning
Tip revision: 8e35310

back to top