summaryrefslogtreecommitdiff
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
commit2915933f4f95f2c3fe12074031585e15e9285d52 (patch)
tree0d13a1c242c7ae51021002ae7ee7f8044a552510
parent2fdf4e7b9b30e2e7cae87a01334fca8e6b49eff2 (diff)
downloadcpython-git-2915933f4f95f2c3fe12074031585e15e9285d52.tar.gz
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 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