[Pidgin] #9931: Improper use of Purple::XMLNode:to_str leads to crash of pidgin

Pidgin trac at pidgin.im
Mon Aug 17 17:27:35 EDT 2009


#9931: Improper use of Purple::XMLNode:to_str leads to crash of pidgin
--------------------+-------------------------------------------------------
 Reporter:  mcepl   |        Owner:  deryni   
     Type:  defect  |       Status:  new      
Milestone:          |    Component:  libpurple
  Version:          |   Resolution:           
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by mcepl):

 Actually, I was probably wrong ... it was probably crashing couple of
 lines before in
 {{{
 my $packetstr = Purple::XMLNode::to_str($packet,-1);
 }}}
 which is obviously the same problem as before. Trying now with
 {{{
 my $packetstr = Purple::XMLNode->to_str($packet,-1);
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9931#comment:6>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list