https://issues.dlang.org/show_bug.cgi?id=14414
Issue ID: 14414
Summary: allow to set hash seed
Product: D
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
In order to mitigate the chance for hash table DoS attacks, we should make it
possible to set the hash seed.
extern(C) void _d_setHashSeed(int seed);
http://forum.dlang.org/post/[email protected]
--
