]> wimlib.net Git - wimlib/commitdiff
resource.c: fix bug in read_compressed_wim_resource()
authorEric Biggers <ebiggers3@gmail.com>
Thu, 5 Nov 2015 03:55:02 +0000 (21:55 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 7 Nov 2015 21:05:15 +0000 (15:05 -0600)
The number of chunk entries to read could be incorrectly computed as 1
rather than 0.  This caused an on-stack array to be overflowed by 8
bytes.


No differences found