• Show log

    Commit

  • Hash : b8dc2fdb
    Author : Edward Thomson
    Date : 2015-07-09T18:36:53

    zstream: fail when asked to inflate garbage When we are provided some input buffer (with a length) to inflate, and it contains more data than simply the deflated data, fail. zlib will helpfully tell us when it is done reading (via Z_STREAM_END), so if there is data leftover in the input buffer, fail lest we continually try to inflate it.