mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
of size 8: wcscmp (wcscmp.S:464))
This commit is contained in:
parent
f35b0274f9
commit
3a9739016a
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue