news fragment

This commit is contained in:
Jean-Paul Calderone 2021-10-18 14:35:11 -04:00
parent df64bbb1e4
commit 4a5e4be006

View File

@ -0,0 +1,2 @@
The storage protocol operation ``readv`` now safely rejects attempts to read negative lengths.
Previously these read requests were satisfied with the complete contents of the share file (including trailing metadata) starting from the specified offset.