Skip to content

ghash: Disable small-arrays under valgrind

Allison Karlitskaya requested to merge wip/desrt/ghash-valgrind into master

Valgrind can't find 64bit pointers when we pack them into an array of 32bit values. Disable this optimisation if we detect that we are running under valgrind.

Fixes #1749 (moved)

Merge request reports