9p: fix oops in protocol stat parsing error path.
authorEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 17:45:23 +0000 (12:45 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 17:45:23 +0000 (12:45 -0500)
commitf0a0ac2ee50c62cf4ad9b06cf8a12435cc5ac44d
tree6d1b42f61f3a7fc069d100b73579e42418c1ec8a
parent57c7b4e68edf3b4fe7f977db9ad437e0f7f7c382
9p: fix oops in protocol stat parsing error path.

When we get an error on parsing a stat due to a protocol bug,
we can generate an oops during cleanup because we didn't
initialize the string pointers in the stat structure.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/protocol.c