summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2008-05-29 11:56:08 +0200
committerJ. Bruce Fields <bfields@citi.umich.edu>2008-06-23 19:02:48 +0200
commit13b1867cacbfe6d8203f432996bd8a2ee6b04e79 (patch)
tree04c3a0f519f7115073f7b0ca10b5e15669d88515 /arch/xtensa/kernel
parentnfsd: add dprintk of compound return (diff)
downloadlinux-13b1867cacbfe6d8203f432996bd8a2ee6b04e79.tar.xz
linux-13b1867cacbfe6d8203f432996bd8a2ee6b04e79.zip
nfsd: make nfs4xdr WRITEMEM safe against zero count
WRITEMEM zeroes the last word in the destination buffer for padding purposes, but this must not be done if no bytes are to be copied, as it would result in zeroing of the word right before the array. The current implementation works since it's always called with non zero nbytes or it follows an encoding of the string (or opaque) length which, if equal to zero, can be overwritten with zero. Nevertheless, it seems safer to check for this case. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'arch/xtensa/kernel')
0 files changed, 0 insertions, 0 deletions