Check input buffer size in zisofs
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 16:42:06 +0000 (09:42 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 16:42:06 +0000 (09:42 -0700)
This uses the new deflateBound() thing to sanity-check the input to the
zlib decompressor before we even bother to start reading in the blocks.

Problem noted by Tim Yamin <plasmaroo@gentoo.org>


No differences found