From: Richard Russon Date: Tue, 11 Apr 2017 23:26:14 +0000 (+0100) Subject: merge: fix coverity defects X-Git-Tag: neomutt-20170414~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ee114efd35c451be7952a1948d4353ccdf45581;p=neomutt merge: fix coverity defects * coverity: strfcpy * coverity: add variable - function arg could be NULL/invalid * coverity: add variable - failed function leads to invalid variable * coverity: add variable - Context could become NULL * coverity: add variable - alloc/strdup could return NULL * coverity: add variable - route through code leads to invalid variable * coverity: remove variable test * coverity: test functions * coverity: tidy switches * coverity: unused variables * coverity: refactor only * coverity: check for buffer underruns * coverity: fix leaks * coverity: minor fixes --- 2ee114efd35c451be7952a1948d4353ccdf45581