mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
57f1d114cd
Use random `HashMap` keys on Hermit Initializing the keys with random data provided by the libOS avoids HashDOS attacks and similar issues. CC `@stlankes`