Commit 8973d58b7498fa5100a876815476b81fd1a2412a

Daniel Veillard 2012-02-04T19:07:44

Add hash randomization to hash and dict structures Following http://www.ocert.org/advisories/ocert-2011-003.html it seems that having hash randomization might be a good idea when using XML with untrusted data * configure.in: lookup for rand, srand and time * dict.c: add randomization to dictionaries hash tables * hash.c: add randomization to normal hash tables