Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset a309db1
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:
2005-12-04T03:18:07Z (
19 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ea911ca
Parents:
40657a3
Message:
Terribly stupid bug in the DoS fix.
File:
1 edited
bitlbee.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
bitlbee.c
r40657a3
ra309db1
167
167
168
168
/* Very naughty, go read the RFCs! >:) */
169
if(
strlen( irc->readbuffer ) > 1024
)
169
if(
irc->readbuffer && ( strlen( irc->readbuffer ) > 1024 )
)
170
170
{
171
171
log_message( LOGLVL_ERROR, "Maximum line length exceeded." );
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive