[Pidgin] #8747: protocols with no protocol_options crash on account creation

Pidgin trac at pidgin.im
Sat Mar 21 11:36:41 EDT 2009


#8747: protocols with no protocol_options crash on account creation
-------------------------+--------------------------------------------------
     Reporter:  neaveru  |        Type:  defect      
       Status:  new      |   Component:  pidgin (gtk)
      Version:  2.5.5    |    Keywords:              
Launchpad_bug:           |  
-------------------------+--------------------------------------------------
 If there's a protocol with no protocol_options (prpl_info.protocol_options
 = NULL), creating an account crashes pidgin.

 To reproduce:
 1) Edit the nullprpl protocol file: nullprpl.c
 2) Find line: prpl_info.protocol_options = g_list_append(NULL, option);
 (Around line 1155)
 3) Set it to prpl_info.protocol_options = NULL; (Or just comment it out)
 4) compile and run pidgin
 5) Try to add a new nullprpl account

-- 
Ticket URL: <http://developer.pidgin.im/ticket/8747>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list