]> granicus.if.org Git - neomutt/commitdiff
merge: fix coverity defects
authorRichard Russon <rich@flatcap.org>
Thu, 18 Jan 2018 23:29:20 +0000 (23:29 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 18 Jan 2018 23:29:20 +0000 (23:29 +0000)
 * drop unreachable condition
 * set new regex
 * negative check
 * check size_t value
 * unused result
 * ptr checks
 * negative index
 * tidy logic
 * fix logic
 * unchecked returns
 * forward null checks


Trivial merge