From 4a5e4be0069ed41eb25deeb09828de76e1db041d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 18 Oct 2021 14:35:11 -0400 Subject: [PATCH] news fragment --- newsfragments/LFS-01-008.security | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newsfragments/LFS-01-008.security diff --git a/newsfragments/LFS-01-008.security b/newsfragments/LFS-01-008.security new file mode 100644 index 000000000..5d6c07ab5 --- /dev/null +++ b/newsfragments/LFS-01-008.security @@ -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.