git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d812e57
)
SUNRPC: Fix a potential memory leak in auth_gss
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 19 Mar 2010 19:36:22 +0000
(15:36 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 21 Mar 2010 16:22:49 +0000
(12:22 -0400)
The function alloc_enc_pages() currently fails to release the pointer
rqstp->rq_enc_pages in the error path.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: J. Bruce Fields <bfields@citi.umich.edu>
Cc: stable@kernel.org
No differences found