From 2235c029bba86da4078d7e81b7c5568cfda7bc58 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 14 Jul 2013 02:03:44 +0000 Subject: [PATCH] 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 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 2328e43..3510e50 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,7 @@ [Changes 1.2c01] +* Use in preference to where it's available. (caf) + * Skip malformed abots.sav entries in read_abot(), avoiding null dereferences found by Coverity. (flashback)