Files
znc/src
Uli Schlachter d5b84f50db Fix an dangerous substr() call
A malicious IRCd could send a WHO reply for a nick which consisted completely
out of prefix characters (thus an empty nick). In this case
std::string::find_first_of() would return std::string::npos. This argument would
make std::string::substr() throw an exception and kill the process.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-03-30 23:13:03 +02:00
..
2012-01-01 09:30:19 +01:00
2012-03-23 11:53:20 +07:00
2012-03-30 23:13:03 +02:00
2012-01-14 11:33:38 +01:00
2011-09-23 03:33:13 +07:00
2012-01-01 09:30:19 +01:00
2012-01-01 09:30:19 +01:00
2011-09-23 03:33:13 +07:00
2012-03-24 00:36:13 +07:00
2012-01-01 09:30:19 +01:00
2012-03-22 23:21:25 +07:00
2012-03-23 01:16:25 +07:00
2012-03-22 04:27:26 +07:00
2012-01-01 09:30:19 +01:00