gzip -d: do not clobber stack for valid input on x86_64
authorJim Meyering <meyering@redhat.com>
Sun, 10 Jan 2010 16:13:01 +0000 (17:13 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 20 Jan 2010 14:00:28 +0000 (15:00 +0100)
commita3db5806d012082b9e25cc36d09f19cd736a468f
tree67d4151bdd227052ff1b58d348c7fe37d2d04de8
parent6fac6053f2ba1d8a914962e0b369d258e9f74c6f
gzip -d: do not clobber stack for valid input on x86_64

* unlzw.c (unlzw): Avoid integer overflow.
Aki Helin reported the segfault along with an input to trigger the bug.
* NEWS (Bug fixes): Mention it.
NEWS
THANKS
unlzw.c