From 4737fdd3653f0dc82c6b36c4d695473e5e23855e Mon Sep 17 00:00:00 2001 From: Brandon L Black Date: Thu, 19 Sep 2024 15:11:47 -0500 Subject: [PATCH] Workaround a newer valgrind+glibc bug --- qa/gdnsd.supp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qa/gdnsd.supp b/qa/gdnsd.supp index 34fd06cf..b464d0ee 100644 --- a/qa/gdnsd.supp +++ b/qa/gdnsd.supp @@ -11,3 +11,11 @@ fun:pthread_create* fun:spawn_zones_reloader_thread } + +# Workaround for https://bugs.kde.org/show_bug.cgi?id=402833 +{ + memmove-overlap + Memcheck:Overlap + fun:__memcpy_chk + fun:memmove +}