]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 400: Crash reading malformed compress (.Z) input
authorTim Kientzle <kientzle@acm.org>
Sat, 7 Feb 2015 07:39:33 +0000 (23:39 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 7 Feb 2015 07:39:33 +0000 (23:39 -0800)
commit78e5fd4e8756b6c23c310d7c11722f663383b39c
tree1a0918bdeb9d64575e60df603f91e260fd27cb06
parentb6ba56037f0da44efebfa271cc4b1a736a74c62f
Issue 400: Crash reading malformed compress (.Z) input

The KwKwK case can never validly appear as the first token
after a reset.

Thanks to the afl-gcc folks for finding this.
libarchive/archive_read_support_filter_compress.c