Mercurial > pidgin
comparison INSTALL @ 27604:4e1eef14b095
Add some debugging for a file transfer crash. Refs #4829.
The crash is happening because something in inner_tlvlist in
aim_im_sendch2_sendfile_requestdirect is NULL, which then causes
aim_tlvlist_write to call byte_stream_putraw on a NULL pointer
(length is greater than 0, so aim_tlvlist_write assumes there is
something there). I don't see *why*, but I think this will "fix"
it.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 18 Jul 2009 04:06:48 +0000 |
parents | f46ae7e62d13 |
children | 5ab7766a6c83 |
comparison
equal
deleted
inserted
replaced
27603:0ec880685f5f | 27604:4e1eef14b095 |
---|