]> granicus.if.org Git - neomutt/commit
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)
commit66f9b5a37045fbd3eb292e2dc507df36e54816e4
tree49c878827efe71f01dcef18c8e76bb53962751c4
parent94903f3227eacfa0ae34517e0ab2167d5da302fb
parent9035aa83aad0017fffb8b12887313fa71d73c209
merge: fix coverity defects

 * 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