]> 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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:12 +0000 (15:35 -0400)
commit5e09270b0da603e9b49162f414993cd53db00548
tree52f81299e91dc0f896266517fbdeef0920a31b83
parent4b1c5d9e91589db75cb1dc18c7615514c7eb7a8a
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: Paul Gortmaker <paul.gortmaker@windriver.com>
net/9p/client.c