gpg: Fix error propagation in encrypted->compressed->plaintext chain.
* g10/compress.c (do_uncompress): Return an error of input failure. * g10/decrypt-data.c (aead_underflow): Remove modifying an error code, because ->checktag_failed is enough for this. * g10/plaintext.c (handle_plaintext): Pick up an error code from input failure.
- GnuPG-bug-id: T7873
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>