Skip to content

Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60

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)


Backport of !840 (merged).

Merge request reports