]> granicus.if.org Git - neomutt/commit
merge: small coverity fixes
authorRichard Russon <rich@flatcap.org>
Wed, 15 Nov 2017 15:46:30 +0000 (15:46 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 15 Nov 2017 15:46:30 +0000 (15:46 +0000)
commit70fd4326e4676fa049ff0b068ab66e4898778d3d
tree535ffc2f7fdc0046d638792532cfc0de39bb2608
parent16829d109cfe06f2ff75d30ec8118c7e8e0b1aa0
parent31df1c24a8e0516265bd8f87528a37ee124e47f8
merge: small coverity fixes

 * fix typos
 * fix leak in mutt_select_file()
 * fix leak in mutt_compose_attachment()
 * highlight preproc-like variable
 * add pointer checks to gpgme
 * check retval of REGCOMP()
 * check retval of strtok()
 * check retval of mutt_save_attachment()
 * check retval of mutt_account_get{user,pass,login}()
 * check retval of mutt_system()