]> granicus.if.org Git - neomutt/commit
Fix latest Coverity issues (#387)
authorPietro Cerutti <gahr@gahr.ch>
Fri, 10 Feb 2017 17:14:13 +0000 (17:14 +0000)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2017 17:14:13 +0000 (17:14 +0000)
commit7adf125fafc3b8b387fa767a535ddfe1fa533daa
treeb389b76049e981cc58d88b8b13dc5a1d466cb1ba
parentc51235f823bd7a9be139dc71ac42b49a8633eb8f
Fix latest Coverity issues (#387)

* Fix two use-before-check bugs

Closes #386

* Fix memory leak

Issue #386

* Treat a NULL b->subtype as a wildcard (*)

Issue #386

* Move assignment out of conditional

Closes #386

* Move assignment out of conditional (2)

Closes #386
imap/util.c
init.c
parse.c