Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Found this bug while fuzzing the crate. The spec says that /Length must be a multiple of 8 bits, but Decoder::from_password doesn't check for it, and panics if a length of 5 is passed. Return an error if the key length is not a multiple of 8 bits.
- Loading branch information