• Linus Torvalds's avatar
    Check input buffer size in zisofs · fab5a60a
    Linus Torvalds authored
    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>
    fab5a60a
compress.c 9.89 KB