Your message dated Fri, 07 Mar 2008 01:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469005: fixed in pyvorbis 1.3-2
has caused the Debian Bug report #469005,
regarding pyvorbis: may use different memory API for a given memory block
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.)


-- 
469005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469005
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pyvorbis
Severity: important
User: [EMAIL PROTECTED]
Usertags: goal-python2.5

The C API requires using the same memory API for a given memory block,
which will show up as a segfault, at least in python2.5. This code was
found by a search of all sources build-depending on python-dev, having
a PyObject_ function for allocation and a PyMem_ function for
deallocation in the same file.  This may be a real problem, or a false
positive.

The most common error seen is of the form:

  PyObject *
  new_wadobject(WadFrame *f, int count) {
    wadobject   *self;
    self = PyObject_NEW(wadobject, &WadObjectType);
    [...]
  }

  static void
  wadobject_dealloc(wadobject *self) {
    PyMem_DEL(self);
  }

This particular example can be fixed with replacing PyMem_DEL with
PyObject_Del.

For more information, see
http://docs.python.org/api/memory.html
http://docs.python.org/api/memoryExamples.html

Please set the severity of this report to "serious", if it is a real
problem, please close the report if it is a false positive.  Ask
the [EMAIL PROTECTED] ML for help. Archive of the
search results: http://ftp-master.debian.org/~he/affected-files.tar.gz



--- End Message ---
--- Begin Message ---
Source: pyvorbis
Source-Version: 1.3-2

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

python-pyvorbis-dbg_1.3-2_i386.deb
  to pool/main/p/pyvorbis/python-pyvorbis-dbg_1.3-2_i386.deb
python-pyvorbis_1.3-2_i386.deb
  to pool/main/p/pyvorbis/python-pyvorbis_1.3-2_i386.deb
pyvorbis_1.3-2.diff.gz
  to pool/main/p/pyvorbis/pyvorbis_1.3-2.diff.gz
pyvorbis_1.3-2.dsc
  to pool/main/p/pyvorbis/pyvorbis_1.3-2.dsc



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 pyvorbis 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: Fri, 07 Mar 2008 01:58:58 +0100
Source: pyvorbis
Binary: python-pyvorbis python-pyvorbis-dbg
Architecture: source i386
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Thomas Viehmann <[EMAIL PROTECTED]>
Description: 
 python-pyvorbis - A Python interface to the Ogg Vorbis library
 python-pyvorbis-dbg - A Python interface to the Ogg Vorbis library (debug 
extension)
Closes: 469005
Changes: 
 pyvorbis (1.3-2) unstable; urgency=low
 .
   * QA upload
   * Fix for memory handling. Closes: #469005 and others.
     The enc2.py runs again.
   * Set maintainer to QA group.
   * Fix copyright, dependencies.
Files: 
 a301efbbde69970990cbf1b6c1d6f25b 724 python optional pyvorbis_1.3-2.dsc
 14ef6a2915706fe2919f4cd37ee06535 5000 python optional pyvorbis_1.3-2.diff.gz
 edbbf040cfd6e15b4446be2178a858bf 49980 python optional 
python-pyvorbis_1.3-2_i386.deb
 408a38304f653d326d7fc2270b0a69c6 173804 python extra 
python-pyvorbis-dbg_1.3-2_i386.deb

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

iD8DBQFH0Js2riZpaaIa1PkRAqKQAJ940+gN6IUNHka1Oyd1cJvEKUBJEACgmfqZ
LOkWsj2Ik7WePy1OFQI5Thc=
=EzyJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to