]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/9p: fix client code to fail more gracefully on protocol error
authorEric Van Hensbergen <ericvh@gmail.com>
Thu, 14 Jul 2011 00:12:18 +0000 (19:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:40:16 +0000 (11:40 -0700)
commit7b551b70695eb39e8bfcc29ae9883e66254cb12d
tree066d0d074908159c05d6dfd3b96a1269bb6e931d
parentf2685ef0fbc5fff0a8f1cdc204bf37ab0c9a04a7
net/9p: fix client code to fail more gracefully on protocol error

commit b85f7d92d7bd7e3298159e8b1eed8cb8cbbb0348 upstream.

There was a BUG_ON to protect against a bad id which could be dealt with
more gracefully.

Reported-by: Natalie Orlin <norlin@us.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/9p/client.c