CI updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user