gzip: diagnose out-of-range MTIME
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Nov 2017 05:01:13 +0000 (21:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Nov 2017 05:02:19 +0000 (21:02 -0800)
commitaec36ae1f69121dd90aceee2323ccea6f5e5c77c
tree514802cef78784928ef06cabd104eded58eaaa4d
parent2558d1c78be2bc2b82f3108699080f4991cd5019
gzip: diagnose out-of-range MTIME

This seems to be the problem reported by Bruno Haible for GNU/Hurd
i386 with touch 8.26 and glibc 2.24 (Bug#29033#20).
* NEWS: Document this.
* gzip.c (get_method): If MTIME is out of range for
this platform, warn and substitute the nearest in-range
value, instead of silently ignoring it.
(do_list): Remove no-longer-needed test for unknown time stamp.
NEWS
gzip.c