]> granicus.if.org Git - neomutt/commitdiff
merge: small fixes and tidying
authorRichard Russon <rich@flatcap.org>
Sat, 1 Jun 2019 23:48:01 +0000 (00:48 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Jun 2019 23:48:01 +0000 (00:48 +0100)
 * 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


Trivial merge