aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@fieldses.org>2006-04-18 13:14:02 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-04-19 12:43:46 -0400
commitd4a30e7e66c004da26dfe5229af7c10fe9853a7a (patch)
tree87f23ec83c3069a5562e73f883d1367d2f37ba51 /fs
parentLinux v2.6.17-rc2 (diff)
downloadlinux-dev-d4a30e7e66c004da26dfe5229af7c10fe9853a7a.tar.xz
linux-dev-d4a30e7e66c004da26dfe5229af7c10fe9853a7a.zip
RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmalloc
I was sloppy when generating a previous patch; I modified the callers of krb5_make_checksum() to allocate memory for the buffer where the result is returned, then forgot to modify krb5_make_checksum to stop allocating that memory itself. The result is a per-packet memory leak. This fixes the problem by removing the now-superfluous kmalloc(). Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions