Fix overflow in say() when handling a client message over the maximum.

This was noticed when /channel on a very large channel segfaulted.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@528 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2014-11-05 09:32:46 +00:00
parent ca55063443
commit 93d06b03c9
2 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix overflow in say() when handling a maximum-length client message. (caf)
* Remove WANT_CHAN_NICK_SERV define and include network services commands
by default. (caf)