Changeset 4c737ebd


Ignore:
Timestamp:
2010-09-01T23:06:56Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
52d63dc
Parents:
31dbb90a
Message:

Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r31dbb90a r4c737ebd  
    693693                {
    694694                        *s = '\0';
    695                         if( ( iu = irc_user_by_name( ic->irc, nick ) ) &&
     695                        if( ( iu = irc_user_by_name( ic->irc, nick ) ) && iu->bu &&
    696696                            iu->bu->nick && irc_channel_has_user( ic, iu ) )
    697697                        {
Note: See TracChangeset for help on using the changeset viewer.