From f56ebbfaa2400067dcda8ade26ce912c2873ca08 Mon Sep 17 00:00:00 2001 From: Ulrich Kunitz Date: Tue, 13 Dec 2022 20:12:06 +0100 Subject: [PATCH] TODO.md: fix a typo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a3d6f19..69de8b6 100644 --- a/TODO.md +++ b/TODO.md @@ -99,7 +99,7 @@ it. Mituo Heijo has fuzzed xz and found a bug in the function readIndexBody. The function allocated a slice of records immediately after reading the value -without further checks. Sincex the number has been too large the make function +without further checks. Since the number has been too large the make function did panic. The fix is to check the number against the expected number of records before allocating the records.