]> granicus.if.org Git - neomutt/commit
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)
commitaf906eb1f93c48d8b7f5274e40427fc875e45a16
tree3dd53ea6e1cb04be005113e34f2f7bd37493785d
parent032a32360d9a3b22626cd9ea49262c93c10d67db
parent8f869068c0bc6bbbc8f46b652fb20650e02f549d
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