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
Makefile
client.c
conv.c 9p: fix bad error path in conversion routines 2007-08-23 10:25:05 -05:00
error.c
fcprint.c
mod.c
mux.c 9p: fix use after free 2007-08-23 10:12:48 -05:00
sysctl.c
trans_fd.c
util.c