]> granicus.if.org Git - mutt/commit
Avoid safe_free() usage and add security checks
authorRocco Rutte <pdmef@gmx.net>
Thu, 18 May 2006 17:35:29 +0000 (17:35 +0000)
committerRocco Rutte <pdmef@gmx.net>
Thu, 18 May 2006 17:35:29 +0000 (17:35 +0000)
commit503d12ff6d253b25eaf6a2dc4c24ee54a825bbc3
tree042a6eef13e07b7519da4be30337f73412284195
parent5dff0a79b838d056a86fdf092a20fbbb84f649ba
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
26 files changed:
buffy.c
charset.c
check_sec.sh
color.c
enter.c
group.c
hash.c
imap/message.c
imap/utf7.c
imap/util.c
init.c
lib.c
menu.c
mh.c
mutt_idna.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