modify nullcient to use google talk
Ka-Hing Cheung
khc at hxbc.us
Thu Mar 26 02:05:09 EDT 2009
On Thu, 2009-03-26 at 13:52 +0800, enst wrote:
> I have tried both 2.5.3 and 2.5.5.
> It crashed many times.
>
> yesterday when I use gdb to debug 2.5.3
>
> libpurple/protocols/jabber/jabber.c
> static char *jabber_prep_resource(char *input) {
> char hostname[256]; /* current hostname */
>
> /* Empty resource == don't send any */
> if (*input == '\0') /////crash here
> return NULL;
>
>
> After I found that, I add /sth after xxxx at gmail.com. It's OK.
>
> today, when I try to debug it again. it is strange that when I miss the
> /Resource, it also connected successfully.
> now I can not let it crash again.
Probably because this has been fixed. I don't know about 2.5.3, but
2.5.5 doesn't have this bug anymore
-khc
More information about the Devel
mailing list