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

Price.
This commit is contained in:
Charles-François Natali 2011-12-03 14:43:57 +01:00
parent 5645850013
commit 506b361a97
2 changed files with 25 additions and 0 deletions

View File

@ -777,6 +777,7 @@ John Popplewell
Amrit Prem
Paul Prescod
Donovan Preston
Paul Price
Jyrki Pulliainen
Steve Purcell
Eduardo Pérez

View File

@ -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
### Memcheck:Cond
### fun:PyObject_Free
@ -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
### Memcheck:Cond
### fun:PyObject_Realloc