Skip to content

Commit

Permalink
TODO.md: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulikunitz committed Dec 13, 2022
1 parent 9d122a6 commit f56ebbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f56ebbf

Please sign in to comment.