[Pidgin] #9932: Improper use of Purple::XMLNode:to_str leads to crash of pidgin
Pidgin
trac at pidgin.im
Mon Aug 17 12:41:34 EDT 2009
#9932: Improper use of Purple::XMLNode:to_str leads to crash of pidgin
--------------------------+-------------------------------------------------
Reporter: mcepl | Owner: rekkanoryo
Type: defect | Status: new
Component: unclassified | Version:
Keywords: |
--------------------------+-------------------------------------------------
I am still struggling with missing documentation for the Perl bindings for
xmlnode_to_str and while doing that I have managed to create this
construct:
{{{
#$packet = Purple::XMLNode->new();
Purple::XMLNode::from_str($packet,$packetstr,-1);
}}}
(note mistakenly commented out new() line)
which resulted in the attached backtrace. I don't think any construct in
Perl should kill pidgin (this time it is Fedora package of yet unreleased
2.6.0).
--
Ticket URL: <http://developer.pidgin.im/ticket/9932>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list