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:
c337d36
)
NFS: Let xdr_read_pages() check for buffer overflows
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 21 Jun 2012 02:35:05 +0000
(22:35 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 28 Jun 2012 21:20:43 +0000
(17:20 -0400)
xdr_read_pages will already do all of the buffer overflow checks that are
currently being open-coded in the various callers. This patch simplifies
the existing code by replacing the open coded checks.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found