[Pidgin] #4680: Pidgin segfaults on msn connect (SSL Certificate Error)
Pidgin
trac at pidgin.im
Wed Jul 16 21:51:22 EDT 2008
#4680: Pidgin segfaults on msn connect (SSL Certificate Error)
----------------------+-----------------------------------------------------
Reporter: erythro | Owner: khc
Type: defect | Status: closed
Priority: minor | Milestone:
Component: MSN | Version: 2.3.1
Resolution: | Keywords: crash, segfault, msnp14, ssl certificate error, msn
Pending: 0 |
----------------------+-----------------------------------------------------
Comment (by jjsch):
Hi,
I fix my problem doing this changes:
At function msn_oim_request_cb of oim.c, before to call fault =
xmlnode_get_child(response->xml, "Body/Fault"); I check if response is
valid.
if( response )
fault = xmlnode_get_child(response->xml, "Body/Fault");
Thanks a lot.
Juan
--
Ticket URL: <http://developer.pidgin.im/ticket/4680#comment:6>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list