]> granicus.if.org Git - neomutt/commitdiff
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)
 * 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()


Trivial merge