CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-02-13 18:29:07 +01:00
parent c1050e624b
commit be44cefbe7
3 changed files with 68 additions and 17 deletions
+38
View File
@@ -0,0 +1,38 @@
# valgrind suppressions for musl libc
# musl malloc
{
musl-malloc-enframe
Memcheck:Cond
fun:enframe
}
# these are only needed for older musl versions
{
musl-malloc-mal0_clear
Memcheck:Cond
fun:mal0_clear
fun:calloc
}
{
musl-string-memchr
Memcheck:Cond
fun:memchr
}
{
musl-string-stpcpy
Memcheck:Cond
fun:stpcpy
}
{
musl-string-strchrnul
Memcheck:Cond
fun:strchrnul
}
{
musl-string-strlen
Memcheck:Cond
fun:strlen
}