mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
# Valgrind suppression file for NetSurf
|
|
|
|
# Suppress a valgrind message about use of uninitialized memory in strchrnul().
|
|
# This use is OK because it provides only a speedup.
|
|
{
|
|
strchrnul-addr4
|
|
Memcheck:Addr4
|
|
fun:strchrnul
|
|
}
|
|
{
|
|
strchrnul-addr8
|
|
Memcheck:Addr8
|
|
fun:strchrnul
|
|
}
|