[Pidgin] #10268: Gadu-Gadu crashes randomly when receiving images over the chat window

Pidgin trac at pidgin.im
Fri Apr 8 19:56:37 EDT 2011


#10268: Gadu-Gadu crashes randomly when receiving images over the chat window
--------------------------------------+-------------------------------------
 Reporter:  stranded                  |        Owner:  bartosz  
     Type:  defect                    |       Status:  new      
Milestone:                            |    Component:  Gadu-Gadu
  Version:  2.7.3                     |   Resolution:           
 Keywords:  gadu-gadu, images, crash  |  
--------------------------------------+-------------------------------------

Comment(by tomkiewicz):

 Thanks to crash log, I have finally found that bug.

 In ggp_recv_image_handler() we have ev->event union with "image_reply"
 part used. But the current (before patch) code used "msg" part with
 uninitialized "time" field. Under linux it taken effect in incorrect date
 in message log, but under Windows it (as stranded said) caused crash
 (because of dereferencing NULL pointer).

 Now it works fine for me (date in the message log is now correct).

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


More information about the Tracker mailing list