Bail out of check_auto_reply() early if auto_str is NULL. This fixes a

crash after /SETAR -.

Reported by riderplus.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@234 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-03-01 12:33:00 +00:00
parent 17e3a91f03
commit 73269ea887
2 changed files with 27 additions and 25 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix crash after /SETAR -, reported by riderplus. (caf)
* Remove special handling of 484 numeric, which is no longer needed and
was buggy (making BitchX think that usermode +G was set). (caf)