www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14414] New: allow to set hash seed

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: nobody puremagic.com
          Reporter: code dawg.eu

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/wmbvkljahrnidwnnnyox forum.dlang.org

--
Apr 05 2015