Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `skip` value is read from untrusted input and needs to be verified. This fix checks that `skip + 3` will not exceed `num_codes`, since we can't get a slice for `code_lengths[5..4]`. Fixes #7
- Loading branch information