]> granicus.if.org Git - neomutt/commitdiff
merge: fix coverity defects
authorRichard Russon <rich@flatcap.org>
Sat, 21 Sep 2019 17:15:03 +0000 (18:15 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 21 Sep 2019 17:15:03 +0000 (18:15 +0100)
 * config: expand flags typedef
 * fix Slist usage
 * nntp: check pointers
 * fix pointer checks in generate_body()
 * fix leak in imap_parse_path()
 * fix leak in mutt_attach_mail_sender()
 * fix pointer checks in rfc2047_decode()
 * check the buffer in enriched_putwc()
 * fix var type in text_enriched_handler()
 * check retval of mutt_str_atoui()
 * check the buffer in enriched_puts()
 * ensure that the buffer always exists in mutt_buffer_alloc()


Trivial merge