]> granicus.if.org Git - neomutt/commit
Convert pgp_app_handler to use buffer pool
authorKevin McCarthy <kevin@8t8.us>
Wed, 16 Oct 2019 07:42:54 +0000 (15:42 +0800)
committerRichard Russon <rich@flatcap.org>
Sat, 26 Oct 2019 22:55:43 +0000 (23:55 +0100)
commitb88a4c3d78ce18348e677a8f8e8209dde300757e
tree0d8c089035d4d5bfdc23d62073e50aac6ab6d331
parent0400a618df617559dfbc2aa8facf0dfa41321454
Convert pgp_app_handler to use buffer pool

Rename the pgp_copy_checksig() and mutt_wait_filter() return code
variables to provide more clarity, and to make the purpose and
assignment of rc more obvious.

Change tmpfname creation failure to be like pgpoutfile and
pgperrfile, by going to the cleanup point.

Upstream-commit: https://gitlab.com/muttmua/mutt/commit/30b1ff48452c3474053e8acae28d3427978d70a4
Co-authored-by: Richard Russon <rich@flatcap.org>
ncrypt/pgp.c