commit | b0ab02361167faa82198b783a8d555eb6f58901c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Nov 28 21:30:01 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 29 18:15:27 2012 -0800 |
tree | 85e0f71610c6db1dc2fbcbe5cea2fb40332920b0 | |
parent | 218cbbd82132d48c6f4e042e31beb6019f92db01 [diff] |
staging: sb105x: fix potential NULL pointer dereference in mp_chars_in_buffer() The dereference to 'state' should be moved below the NULL test. Cc: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>