Commit c157347d authored by doko@ubuntu.com's avatar doko@ubuntu.com

Issue #12612: Add some Valgrind suppressions for 64-bit machines.

parent 2ee55f37
...@@ -137,6 +137,18 @@ ...@@ -137,6 +137,18 @@
###} ###}
### ###
###{ ###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond ### Memcheck:Cond
### fun:PyObject_Free ### fun:PyObject_Free
...@@ -155,6 +167,18 @@ ...@@ -155,6 +167,18 @@
###} ###}
### ###
###{ ###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond ### Memcheck:Cond
### fun:PyObject_Realloc ### fun:PyObject_Realloc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment