[Pidgin] #10576: pidgin crashes when try to send SMS message via skype plugin
Pidgin
trac at pidgin.im
Fri Oct 23 06:49:08 EDT 2009
#10576: pidgin crashes when try to send SMS message via skype plugin
-------------------+--------------------------------------------------------
Reporter: walder | Type: defect
Status: new | Component: plugins
Version: 2.6.3 | Keywords: crash
-------------------+--------------------------------------------------------
crash is due to unconditional pointer de-reference in cap.c:97:
if(strcmp(purple_status_get_id(get_status_for(buddy)), "offline")
== 0) {
/* This is kind of stupid, change it. */
if(prediction == 1.0f)
prediction = 0.0f;
}
trivial patch to fix that attached
--
Ticket URL: <http://developer.pidgin.im/ticket/10576>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list