mrim_cl on phone-only buddies load segfault.

Issue #1 closed
Janus Kobain created an issue

[Original issue 1](https://code.google.com/p/mrim-prpl/issues/detail?id=1) created by plaque_fcc on 2010-09-21T18:53:01.000Z:

Loading cl already having phone-only contacts there, it crashes libpurple after starting to process first one received and before the next one.

Debug msgs told not much.

(Just to state it here.)

Comments (2)

  1. Janus Kobain reporter

    Comment 2 originally posted by plaque_fcc on 2010-09-23T21:52:02.000Z:

    bugfix

    r10, l543 cl.c:

    - purple_debug_info("mrim","[%s] <%s>\n",func, buddy->name); - g_return_if_fail(buddy != NULL);

    + g_return_if_fail(buddy != NULL); + g_return_if_fail(buddy->name != NULL); + purple_debug_info("mrim","[%s] <%s>\n",func, buddy->name);

  2. Log in to comment