From b871ee9bf1b27bb45e0435c824badc1bcd3d6bda Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 18 May 2006 17:37:49 +0000 Subject: [PATCH] # changelog commit --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 015bf7df..2b95382c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-05-18 17:35:30 Rocco Rutte (brendan) + + * imap/message.c, imap/utf7.c, imap/util.c, mutt_ssl_gnutls.c, + muttlib.c, mx.c, pager.c, pgplib.c, remailer.c, rfc1524.c, + rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, buffy.c, charset.c, + check_sec.sh, color.c, enter.c, group.c, hash.c, init.c, lib.c, + menu.c, mh.c, mutt_idna.c: Avoid safe_free() usage and add + security checks. + + Add checks to check_sec.sh for memory functions. These include a + check for use of safe_free() instead of FREE() and a check whether + FREE(&...) is used. For the former, __SAFE_FREE_CHECKED__ is to be + used, for the latter __FREE_CHECKED__ to avoid messages from + check_sec.sh + 2006-05-18 08:53:31 Rocco Rutte (roessler) * Makefile.am, build-release, reldate.h: Autogenerate reldate.h -- 2.50.1