1
0
Fork 0
alistair23-linux/net/9p
Mariusz Kozlowski 02881d9478 9p: fix bad error path in conversion routines
When buf_check_overflow() returns != 0 we will hit kfree(ERR_PTR(err))
and it will not be happy about it.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2007-08-23 10:25:05 -05:00
..
Kconfig 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
Makefile net/9p: change net/9p module name to 9pnet 2007-07-14 15:13:50 -05:00
client.c 9p: fix a race condition bug in umount which caused a segfault 2007-07-14 15:14:19 -05:00
conv.c 9p: fix bad error path in conversion routines 2007-08-23 10:25:05 -05:00
error.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
fcprint.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
mod.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
mux.c 9p: fix use after free 2007-08-23 10:12:48 -05:00
sysctl.c 9p: Don't use binary sysctl numbers. 2007-07-22 12:43:28 -07:00
trans_fd.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
util.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00