mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
3 lines
252 B
Plaintext
3 lines
252 B
Plaintext
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.
|