
11 Apr
2023
11 Apr
'23
6:19 a.m.
On a Monday in 2023, Anastasia Belova wrote:
desc length should be always less than VIR_STORAGE_MAX_HEADER. If len = VIR_STORAGE_MAX_HEADER, desc may be out of bounds.
Fixes: 348b4e254b ("storage: always probe type with buffer") Signed-off-by: Anastasia Belova <abelova@astralinux.ru> --- v2: change Fixes: line
Oops, I already pushed it as: commit 2c6b5a84257379e516ca1999782dca88dfd8a9de but forgot to change the commit line. Jano
src/storage_file/storage_file_probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)