Your message dated Fri, 07 Mar 2008 10:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445392: fixed in newt 0.52.2-11.2
has caused the Debian Bug report #468979,
regarding Wrong usage of PyMem_DEL in snackmodule.c
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468979
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: newt
Version: 0.52.2-11.1

python-newt is currently broken with python2.5 because it uses PyMem_Del
(line 928 in snackmodule.c) on data it allocated with PyObject_NEW,
resulting in a crash when glibc detects that one tries to free an
invalid pointer. Replacing this call with PyObject_DEL makes the crash
go away.

Patch:

--- snackmodule.c.bak   2008-01-14 15:53:09.000000000 +0100
+++ snackmodule.c       2008-01-14 15:53:19.000000000 +0100
@@ -925,7 +925,7 @@
     Py_XDECREF (s->scs.cb);
     Py_XDECREF (s->scs.data);
 
-    PyMem_DEL(o);
+    PyObject_DEL(o);
 }
 
 static PyObject * widgetAddCallback(snackWidget * s, PyObject * args) {





--- End Message ---
--- Begin Message ---
Source: newt
Source-Version: 0.52.2-11.2

We believe that the bug you reported is fixed in the latest version of
newt, which is due to be installed in the Debian FTP archive:

libnewt-dev_0.52.2-11.2_i386.deb
  to pool/main/n/newt/libnewt-dev_0.52.2-11.2_i386.deb
libnewt-pic_0.52.2-11.2_i386.deb
  to pool/main/n/newt/libnewt-pic_0.52.2-11.2_i386.deb
libnewt0.52_0.52.2-11.2_i386.deb
  to pool/main/n/newt/libnewt0.52_0.52.2-11.2_i386.deb
newt-tcl_0.52.2-11.2_i386.deb
  to pool/main/n/newt/newt-tcl_0.52.2-11.2_i386.deb
newt_0.52.2-11.2.diff.gz
  to pool/main/n/newt/newt_0.52.2-11.2.diff.gz
newt_0.52.2-11.2.dsc
  to pool/main/n/newt/newt_0.52.2-11.2.dsc
python-newt_0.52.2-11.2_i386.deb
  to pool/main/n/newt/python-newt_0.52.2-11.2_i386.deb
whiptail_0.52.2-11.2_i386.deb
  to pool/main/n/newt/whiptail_0.52.2-11.2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Viehmann <[EMAIL PROTECTED]> (supplier of updated newt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 04 Mar 2008 23:33:17 +0100
Source: newt
Binary: libnewt-dev libnewt-pic newt-tcl python-newt libnewt0.52 whiptail
Architecture: source i386
Version: 0.52.2-11.2
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Thomas Viehmann <[EMAIL PROTECTED]>
Description: 
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl   - A newt module for Tcl
 python-newt - A NEWT module for Python
 whiptail   - Displays user-friendly dialog boxes from shell scripts
Closes: 445392 445392
Changes: 
 newt (0.52.2-11.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply ubuntu patch to use actually use pycentral.
     Thanks to Steve Langasek for forwarding.
     Closes: #445392.
   * Fix python memory handling. Closes: #445392.
Files: 
 7bdae63f542e2ae7e4527ea348bdc177 850 devel optional newt_0.52.2-11.2.dsc
 96c7fee9a41c1318a432f2ca1eda0e25 104871 devel optional newt_0.52.2-11.2.diff.gz
 ec05aaa0e5f473f717907dbeaa80e073 67198 base important 
libnewt0.52_0.52.2-11.2_i386.deb
 26b0725b78f12586117ccae32111f14c 88250 libdevel optional 
libnewt-dev_0.52.2-11.2_i386.deb
 921e9e85c9ba2ab0fa2b79db01a8d653 59496 libdevel extra 
libnewt-pic_0.52.2-11.2_i386.deb
 fdb443d371ee5e55dde4d4818b2442af 29084 interpreters extra 
newt-tcl_0.52.2-11.2_i386.deb
 80723efd19b2508d8c776a72a2da43d0 53844 python standard 
python-newt_0.52.2-11.2_i386.deb
 8d607d60e7b1d8e9a8fa45735038150a 34770 utils important 
whiptail_0.52.2-11.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH0HZ2riZpaaIa1PkRApOPAJwLPuPxoMBgOWuMEJx5IiZ15rtE6gCfQYsq
nomGs6SBTad2GCimxsCaTWg=
=sa1a
-----END PGP SIGNATURE-----







--- End Message ---

Reply via email to