summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-11-08 19:18:09 (GMT)
committerStefan Krah <skrah@bytereef.org>2013-11-08 19:18:09 (GMT)
commit3a9739016aab1bb36076b80a9e69d3483f4c6599 (patch)
tree2a07b42df718db77d8623bf06e3d7f94be58a346
parentf35b0274f93a4de9baa35e99d22166f132fae8d7 (diff)
downloadcpython-3a9739016aab1bb36076b80a9e69d3483f4c6599.zip
cpython-3a9739016aab1bb36076b80a9e69d3483f4c6599.tar.gz
cpython-3a9739016aab1bb36076b80a9e69d3483f4c6599.tar.bz2
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
of size 8: wcscmp (wcscmp.S:464))
-rw-r--r--Misc/valgrind-python.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp
index 81a07c9..e612555 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