Skip to content

Instantly share code, notes, and snippets.

@rsarrazin2
Created January 19, 2023 10:00
Show Gist options
  • Save rsarrazin2/917c00f470585bcec5a9d5d2375438c3 to your computer and use it in GitHub Desktop.
Save rsarrazin2/917c00f470585bcec5a9d5d2375438c3 to your computer and use it in GitHub Desktop.
{
GoogleTestValue8
Memcheck:Value8
fun:_itoa_word
fun:__vfprintf_internal
fun:__vsnprintf_internal
fun:snprintf
...
}
{
GoogleTestCond
Memcheck:Cond
...
fun:__vfprintf_internal
fun:__vsnprintf_internal
fun:snprintf
...
}
@rsarrazin2
Copy link
Author

This suppression file can be used with valgrind, e.g. as valgrind --suppressions=googletest.supp --track-origins=yes /path/to/the/google/test/executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment