Changeset 4641:b4f3903fafe7

Show
Ignore:
Timestamp:
2006-05-18 10:37:49 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

# changelog commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4639 r4641  
     12006-05-18 17:35:30  Rocco Rutte  <pdmef@gmx.net>  (brendan) 
     2 
     3        * imap/message.c, imap/utf7.c, imap/util.c, mutt_ssl_gnutls.c, 
     4        muttlib.c, mx.c, pager.c, pgplib.c, remailer.c, rfc1524.c, 
     5        rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, buffy.c, charset.c, 
     6        check_sec.sh, color.c, enter.c, group.c, hash.c, init.c, lib.c, 
     7        menu.c, mh.c, mutt_idna.c: Avoid safe_free() usage and add 
     8        security checks. 
     9 
     10        Add checks to check_sec.sh for memory functions. These include a 
     11        check for use of safe_free() instead of FREE() and a check whether 
     12        FREE(&...) is used. For the former, __SAFE_FREE_CHECKED__ is to be 
     13        used, for the latter __FREE_CHECKED__ to avoid messages from 
     14        check_sec.sh 
     15 
    1162006-05-18 08:53:31  Rocco Rutte  <pdmef@gmx.net>  (roessler) 
    217