Update Changelog for sys/termios -> termios fix.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@276 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-07-14 02:03:44 +00:00
parent cc0b75f2dd
commit 2235c029bb

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Use <termios.h> in preference to <sys/termios.h> where it's available. (caf)
* Skip malformed abots.sav entries in read_abot(), avoiding null
dereferences found by Coverity. (flashback)