Skip to content
Commit d46a7bee authored by Michael Jung's avatar Michael Jung Committed by Gregory Nutt
Browse files

fs/nfs/nfs_vfsops.c: Fix buffer corruption. In case multiple read requests to...

fs/nfs/nfs_vfsops.c: Fix buffer corruption.  In case multiple read requests to the NFS server are required to fill up the user provided buffer, nfs_read might write behind the end of said buffer.  This is fixed with this change.
parent 66f632c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment