summaryrefslogtreecommitdiff
path: root/Misc/valgrind-python.supp
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-11-08 20:18:09 +0100
committerStefan Krah <skrah@bytereef.org>2013-11-08 20:18:09 +0100
commit3a9739016aab1bb36076b80a9e69d3483f4c6599 (patch)
tree2a07b42df718db77d8623bf06e3d7f94be58a346 /Misc/valgrind-python.supp
parentf35b0274f93a4de9baa35e99d22166f132fae8d7 (diff)
downloadcpython-git-3a9739016aab1bb36076b80a9e69d3483f4c6599.tar.gz
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
of size 8: wcscmp (wcscmp.S:464))
Diffstat (limited to 'Misc/valgrind-python.supp')
-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 81a07c9f45..e612555b6d 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