svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

Dag-Erling Smørgrav des at des.no
Wed Oct 15 09:21:52 UTC 2014


Ed Maste <emaste at freebsd.org> writes:
> murmur3's size argument is bytes, not uint32_ts, so the test is only
> hashing the first 1/4 of the keys.

That's my fault, and I'm going to change it, because it's illogical.
The function works on aligned arrays of int32s and should take a count,
not a size.  I just didn't want to delay the patch even further.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list