]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] v9fs: fix for access to unitialized variables or freed memory
authorLatchesar Ionkov <lucho@advancedsolutions.com>
Wed, 8 Mar 2006 05:55:42 +0000 (21:55 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Mar 2006 22:14:02 +0000 (14:14 -0800)
commitccbcfa16486c3e89f9137b370d9d47c99dabbe71
tree8ff2ee8091a911a6dfb15e02bfcb61d7a9af46b7
parent74f368bd93bbca52d7b7e10ff01dd75fb43e098f
[PATCH] v9fs: fix for access to unitialized variables or freed memory

Miscellaneous fixes related to accessing uninitialized variables or memory
that was already freed.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/9p.c
fs/9p/trans_fd.c
fs/9p/vfs_inode.c
fs/9p/vfs_super.c