Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d6657ce
for
irc_im.c
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-05T23:30:40Z (
11 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
674a01d
Parents:
ed320e8
Message:
Fix NULL pointer dereference when removing nicks from groupchats.
File:
1 edited
irc_im.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_im.c
red320e8
rd6657ce
530
530
irc_channel_t *ic = c->ui_data;
531
531
532
if( ic == NULL
)
532
if( ic == NULL
|| bu == NULL
)
533
533
return FALSE;
534
534
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive