From 0468863ba0f6c23d878d75db56ac14a4e0018502 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@ubuntu.com> Date: Mon, 9 May 2016 14:11:04 +0200 Subject: [PATCH] * Update valgrind suppression file. Issue #12612. LP: #1512622. --- debian/changelog | 8 ++++++-- debian/valgrind-python.supp | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6cf165..1024563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -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 diff --git a/debian/valgrind-python.supp b/debian/valgrind-python.supp index 233b807..d9dc7d1 100644 --- a/debian/valgrind-python.supp +++ b/debian/valgrind-python.supp @@ -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 -- GitLab