• Show log

    Commit

  • Hash : 236e7579
    Author : Ramsay Jones
    Date : 2009-02-03T18:23:50

    Check for error returns from inflateInit()
    
    At present, it is sufficient to ensure that an error return
    from inflateInit() is not ignored. Most error returns, like
    Z_VERSION_ERROR and Z_STREAM_ERROR, indicate programming or
    build errors. These errors could, perhaps, be handled with
    simple asserts. However, for a Z_MEM_ERROR, we may want to
    perform some further error handling in the future.
    
    Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>