Skip to content

Bugfix for MD5 target leaking

Compare
Choose a tag to compare
@dmnc dmnc released this 22 Apr 20:00
· 26 commits to master since this release

PHP treats numeric strings as integers when used as an array key. This means they pop out of order and cause incorrect remapping when a target is removed.

This release fixes that issue with thanks to @kojik1010 and @banks.