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.
Loading
Please register or sign in to comment