]> granicus.if.org Git - python/commitdiff
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
authorStefan Krah <skrah@bytereef.org>
Fri, 8 Nov 2013 19:18:09 +0000 (20:18 +0100)
committerStefan Krah <skrah@bytereef.org>
Fri, 8 Nov 2013 19:18:09 +0000 (20:18 +0100)
of size 8: wcscmp (wcscmp.S:464))

Misc/valgrind-python.supp

index 81a07c9f45af7cbe034dd8b2d20d042cdf6a5742..e612555b6d3acedc1a51b1c6662f00566b1a8725 100644 (file)
    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