NFS: Let xdr_read_pages() check for buffer overflows
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 21 Jun 2012 02:35:05 +0000 (22:35 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 28 Jun 2012 21:20:43 +0000 (17:20 -0400)
commit64bd577ea0021f5903505de061b3b7d8a785ee94
tree7081480d903325bb82d2384b69cff4579f289de1
parentc337d3655ce85e12c7c476cb81406521926cacd2
NFS: Let xdr_read_pages() check for buffer overflows

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>
fs/nfs/nfs2xdr.c
fs/nfs/nfs3xdr.c
fs/nfs/nfs4xdr.c