Michael Jung mijung@gmx.net [nuttx]
2017-12-28 11:13:10 UTC
Hello,
while reading larger chunks of data (2048 bytes in my case) from an NFS
server that provides only a maximum of 420 bytes of payload per read
request, nfs_read would write behind the end of the application provided
buffer. The attached patch fixes the issue for me.
Thanks!
Michael
while reading larger chunks of data (2048 bytes in my case) from an NFS
server that provides only a maximum of 420 bytes of payload per read
request, nfs_read would write behind the end of the application provided
buffer. The attached patch fixes the issue for me.
Thanks!
Michael