From: Richard Russon Date: Sat, 1 Jun 2019 23:48:01 +0000 (+0100) Subject: merge: small fixes and tidying X-Git-Tag: 2019-10-25~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af906eb1f93c48d8b7f5274e40427fc875e45a16;p=neomutt merge: small fixes and tidying * clang-format * use enum return value * test: fix lcov out-of-tree build * test: boolify test_mutt_pattern_comp() * refactor: replace ctime() with strftime() * bug: prevent unterminated string * check range of uuencoded char * log failed atoi() calls * fix buffer handling * restore randomness to mutt_buffer_mktemp_full() * check state buffer * check for overflow in mutt_edit_content_type() * reduce scope of variables * add/remove checks * use param, not global, in prereq() * add brackets to clarify logic * misc small changes --- af906eb1f93c48d8b7f5274e40427fc875e45a16