summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-16 11:39:07 +0200
committerJim Meyering <meyering@redhat.com>2009-08-18 09:28:05 +0200
commit3fe0caeada6aa3abca87b5099594bd87e5dfccfe (patch)
tree40c9d8de5bdf1763cc84e253d39de3bd45760521 /bootstrap.conf
parent1bf5c2eda32c0f92941b1fd0346fa0bccc38e2f9 (diff)
downloadgzip-3fe0caeada6aa3abca87b5099594bd87e5dfccfe.tar.gz
avoid silent data loss e.g., on NFS, due to unchecked close of stdout
* gzip.c: Include "closein.h". (main): Use atexit (close_stdin); * bootstrap.conf (gnulib_modules): Add closein. Prompted by Mark Kidwell's report and patch in http://bugs.debian.org/538187 * NEWS (Bug fixes): Mention it. * */.gitignore: Update.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a617bd7..7bc8ab6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -23,6 +23,7 @@ IMPORT_FROM_GETTEXT=no
# gnulib modules used by this package.
gnulib_modules='
+ closein
fcntl
fcntl-safer
fdl