ticket31025 313 B

12345
  1. o Minor bugfixes (coverity):
  2. - In our siphash implementation, when building for coverity, use memcpy
  3. in place of a switch statement, so that coverity can tell we are not
  4. accessing out-of-bounds memory. Fixes bug 31025; bugfix on
  5. 0.2.8.1-alpha. This is tracked as CID 1447293 and 1447295.