Skip to content
Snippets Groups Projects
Commit 4297d4bd authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Willy Tarreau
Browse files

[PATCH] fs: 9p/conv.c error path fix


When buf_check_overflow() returns != 0 we will hit kfree(ERR_PTR(err))
and it will not be happy about it.

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
Acked-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent faae60c8
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment