[Bug 1082229] Re: pyvorbis segfault invalid free
Ubuntu Foundations Team Bug Bot
1082229 at bugs.launchpad.net
Fri Nov 23 04:19:05 UTC 2012
The attachment "Correctly delete object if ogg file can't be opened" of
this bug report has been identified as being a patch. The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch. In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.
[This is an automated message performed by a Launchpad user owned by
Brian Murray. Please contact him regarding any issues with the action
taken in this bug report.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pyvorbis in Ubuntu.
https://bugs.launchpad.net/bugs/1082229
Title:
pyvorbis segfault invalid free
Status in “pyvorbis” package in Ubuntu:
New
Bug description:
Ubuntu 12.04.1 LTS (I expect this problem persists in 12.10, but don't have that installed to test it)
Package python-pyvorbis 1.5-1ubuntu1
segfaults in py_file_new (When used by pytone app scanning for ogg
files)
root cause is a mismatched pairing of PyMem_DEL with PyObject_NEW
Attached patch replaces PyMem_DEL with PyObject_Del, and incidentally
PyObject_NEW with PyObject_New.
I have rebuilt and installed this package, and the segfault no longer
occurs.
BTW I'm having a hard time figuring out where the ultimate upstream
bugtracker resides...
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyvorbis/+bug/1082229/+subscriptions
More information about the foundations-bugs
mailing list