Skip to content

Commit

Permalink
Workaround a newer valgrind+glibc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blblack committed Sep 19, 2024
1 parent 74903cd commit 4737fdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions qa/gdnsd.supp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 4737fdd

Please sign in to comment.