]> git.baikalelectronics.ru Git - kernel.git/commit
svcrpc: fix kfree oops in gss-proxy code
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 31 Jul 2013 18:11:14 +0000 (14:11 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 1 Aug 2013 12:41:29 +0000 (08:41 -0400)
commitb1aa6403d3eb2cc0262c08b1148c7e5b952ceb77
treedd16ed4a1048cf68e02513d2937ab72aae0d79ee
parentbc8b07c74be11d5e7bb66d01e3469b9a57ec8d9f
svcrpc: fix kfree oops in gss-proxy code

mech_oid.data is an array, not kmalloc()'d memory.

Cc: stable@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/gss_rpc_upcall.c