Hi Petter, On 2024-02-10 06:04, Petter Reinholdtsen wrote: > This issue cause a failing autopkgtest with libvorbis. I would much > prefer a fix in valgrind instead of disabling a autopkgtest check.
As an alternative to disabling the test, you could consider disabling stack-clash-protection on armhf for libvorbis: ifeq ($(DEB_TARGET_ARCH),armhf) export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash else export DEB_BUILD_MAINT_OPTIONS = hardening=+all endif