Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 4c737ebd
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
irc_im.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_im.c
r31dbb90a
r4c737ebd
693
693
{
694
694
*s = '\0';
695
if( ( iu = irc_user_by_name( ic->irc, nick ) ) &&
695
if( ( iu = irc_user_by_name( ic->irc, nick ) ) &&
iu->bu &&
696
696
iu->bu->nick && irc_channel_has_user( ic, iu ) )
697
697
{
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive