[Issue 14414] New: allow to set hash seed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 5 13:53:51 PDT 2015


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 at puremagic.com
          Reporter: code at 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

--


More information about the Digitalmars-d-bugs mailing list