Permalink
Please sign in to comment.
Browse files
run_len_dist: validate that dist is not 0. Fixes information disclosu…
…re vulnerability in this function. This is not exploitable in practice, because run_len_dist() is not exposes in the public API and is never called with dist=0 from this crate, even given deliberately malformed inputs.
- Loading branch information...
0 comments on commit
11c73f2