valgrind: update suppression for memmove and inet_pton6

inet_pton6() can be called from different functions, make the
suppression more generic.
This commit is contained in:
Beniamino Galvani 2024-06-21 23:03:11 +02:00
parent 97324356cd
commit d2536a7d7f

View File

@ -505,7 +505,5 @@
fun:__memcpy_chk
fun:memmove
fun:inet_pton6
fun:__inet_pton_length
fun:inet_pton
...
}