From: Ralph Seichter Date: Tue, 23 Jul 2019 20:48:23 +0000 (+0200) Subject: notmuch-dump.c: Fix output file being closed twice X-Git-Tag: archive/debian/0.29.3-1~4 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a11b2f0f2d984b7f5974aff01c9fa80718449766;hp=a11b2f0f2d984b7f5974aff01c9fa80718449766;p=notmuch notmuch-dump.c: Fix output file being closed twice Fixed: If the output file for a dump was non-writeable, gzclose_w() was called twice on the output file handle, resulting in SIGABRT. (cherry picked from commit 17806ecc955ce0375146ea1df51eae061a72bef8) ---