From: Christopher Harvey Date: Fri, 23 Mar 2012 14:55:25 +0000 (-0400) Subject: staging: usbip: fix potential segfault because of unchecked return value of strchr. X-Git-Tag: v3.5-rc1~145^2~229^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f5c638ced00fff2356ce0a02f16c8e928259750;p=pandora-kernel.git staging: usbip: fix potential segfault because of unchecked return value of strchr. This doesn't happen with the usbip virtual hci module, but another module wanting to interface with this user space code could cause a seg-fault by sending data without newlines. Signed-off-by: Christopher Harvey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed