Skip to content

Commit 506b361

Browse files
author
Charles-François Natali
committed
Issue python#12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul
Price.
1 parent 5645850 commit 506b361

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ John Popplewell
777777
Amrit Prem
778778
Paul Prescod
779779
Donovan Preston
780+
Paul Price
780781
Jyrki Pulliainen
781782
Steve Purcell
782783
Eduardo Pérez

Misc/valgrind-python.supp

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,18 @@
137137
###}
138138
###
139139
###{
140+
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
141+
### Memcheck:Addr8
142+
### fun:PyObject_Free
143+
###}
144+
###
145+
###{
146+
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
147+
### Memcheck:Value8
148+
### fun:PyObject_Free
149+
###}
150+
###
151+
###{
140152
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
141153
### Memcheck:Cond
142154
### fun:PyObject_Free
@@ -155,6 +167,18 @@
155167
###}
156168
###
157169
###{
170+
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
171+
### Memcheck:Addr8
172+
### fun:PyObject_Realloc
173+
###}
174+
###
175+
###{
176+
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
177+
### Memcheck:Value8
178+
### fun:PyObject_Realloc
179+
###}
180+
###
181+
###{
158182
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
159183
### Memcheck:Cond
160184
### fun:PyObject_Realloc

0 commit comments

Comments
 (0)