From: Stefan Krah Date: Fri, 8 Nov 2013 19:18:09 +0000 (+0100) Subject: Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read X-Git-Tag: v3.4.0b1~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a9739016aab1bb36076b80a9e69d3483f4c6599;p=thirdparty%2FPython%2Fcpython.git Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read of size 8: wcscmp (wcscmp.S:464)) --- diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 81a07c9f45af..e612555b6d3a 100644 --- a/Misc/valgrind-python.supp +++ b/Misc/valgrind-python.supp @@ -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