]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #35371 - mgattozzi:master, r=steveklabnik
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Mon, 8 Aug 2016 20:25:55 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 20:25:55 +0000 (13:25 -0700)
Update HashMap docs regarding DoS protection

Because of changes to how Rust acquires randomness HashMap is not
guaranteed to be DoS resistant. This commit reflects these changes in
the docs themselves and provides an alternative method to creating
a hash that is resistant if needed.

This fixes #33817 and includes relevant information regarding changes made in #33086


Trivial merge