Rocket/lib
Sergio Benitez f8146c9c0a Fix collisions for strings with different lengths.
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.
2018-02-25 06:45:42 -08:00
..
benches Fix benchmarks to use 'route.uri' instead of 'route.path'. 2017-06-18 02:07:13 -07:00
src Fix collisions for strings with different lengths. 2018-02-25 06:45:42 -08:00
tests Remove unsafe 'from_utf8_unchecked'; improve form parsing. 2018-02-14 14:05:26 -08:00
build.rs Update minimum nightly to '2018-01-12'. 2018-01-12 19:44:21 -08:00
Cargo.toml Update yansi and pear dependencies. 2018-02-21 00:37:31 -08:00