Commit 2915933f authored by Stefan Krah's avatar Stefan Krah

Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read

of size 8: wcscmp (wcscmp.S:464))
parent 2fdf4e7b
......@@ -456,6 +456,15 @@
fun:PyUnicode_FSConverter
}
{
wcscmp_false_positive
Memcheck:Addr8
fun:wcscmp
fun:_PyOS_GetOpt
fun:Py_Main
fun:main
}
# Additional suppressions for the unified decimal tests:
{
test_decimal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment