[libvirt] [PATCH 4/4] Replace hashing algorithm with murmurhash

2012-01-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Recent discussions have illustrated the potential for DOS attacks with the hash table implementations used by most languages and libraries. https://lwn.net/Articles/474912/ libvirt has an internal hash table impl, and uses hash tables for a

Re: [libvirt] [PATCH 4/4] Replace hashing algorithm with murmurhash

2012-01-25 Thread Eric Blake
On 01/25/2012 09:38 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Recent discussions have illustrated the potential for DOS attacks with the hash table implementations used by most languages and libraries. https://lwn.net/Articles/474912/ libvirt has an