Skip to content
Snippets Groups Projects
Commit 0468863b authored by Matthias Klose's avatar Matthias Klose
Browse files

* Update valgrind suppression file. Issue #12612. LP: #1512622.

parent 99070469
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.11-2) UNRELEASED; urgency=medium
python-defaults (2.7.11-2ubuntu1) UNRELEASED; urgency=medium
[ Scott Kitterman ]
* Python policy updates for Stretch (Many thanks to Ben Finney for all the
updates)
- Change focus in text to python3
......@@ -8,7 +9,10 @@ python-defaults (2.7.11-2) UNRELEASED; urgency=medium
- Discuss update process in more detail
- Revamp tools section to better align to current practice
-- Scott Kitterman <scott@kitterman.com> Sun, 24 Jan 2016 01:00:44 -0500
[ Matthias Klose ]
* Update valgrind suppression file. Issue #12612. LP: #1512622.
-- Matthias Klose <doko@debian.org> Mon, 09 May 2016 14:09:56 +0200
python-defaults (2.7.11-1) unstable; urgency=medium
......
......@@ -149,6 +149,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
......@@ -167,6 +179,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment