Affected versions of the crate incremented the current index of the drain filter
iterator before calling the predicate function self.pred
.
If the predicate function panics, it is possible for the last element in the iterator to be dropped twice.
minimp3 0.3.5
This project contains known security vulnerabilities. Find detailed information at the bottom.
minimp3
(2 total, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
minimp3-sys | ^0.3 | 0.3.2 | up to date |
slice-deque ⚠️ | ^0.3.0 | 0.3.0 | insecure |
slice-deque
: SliceDeque::drain_filter can double drop an element if the predicate panicsAffected versions of the crate incremented the current index of the drain filter
iterator before calling the predicate function self.pred
.
If the predicate function panics, it is possible for the last element in the iterator to be dropped twice.