Revision 2384592...

Go back to digest for 27th November 2011

Security in Networking Tools

Eli MacKenzie committed changes in [konversation/1.4] src/irc/channel.cpp:

Avoid crash from a poorly phrased reply from a server.

Some "servers" send a 353 with no nicks, which causes an attempt
to add an empty nick to the channel. This inverts the logic to avoid
complex fallthrough with an empty nickname.

File Changes

Modified 1 files
  • src/irc/channel.cpp
1 files changed in total