mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-16 22:49:06 +00:00
f8146c9c0a
Previously, a collision check for strings with different lengths would succeed if one string was both a prefix and a suffix of the other. The root cause of the bug was a failure to check whether string equality terminated early due to a matching prefix. Fixes #574. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |