Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9264faed
Commit
9264faed
authored
Dec 03, 2011
by
Charles-François Natali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul
Price.
parent
34c881c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
Misc/ACKS
Misc/ACKS
+1
-0
Misc/valgrind-python.supp
Misc/valgrind-python.supp
+24
-0
No files found.
Misc/ACKS
View file @
9264faed
...
@@ -777,6 +777,7 @@ John Popplewell
...
@@ -777,6 +777,7 @@ John Popplewell
Amrit Prem
Amrit Prem
Paul Prescod
Paul Prescod
Donovan Preston
Donovan Preston
Paul Price
Jyrki Pulliainen
Jyrki Pulliainen
Steve Purcell
Steve Purcell
Eduardo Pérez
Eduardo Pérez
...
...
Misc/valgrind-python.supp
View file @
9264faed
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment