Ticket #5908: iostreams-gzip.patch

File iostreams-gzip.patch, 493 bytes (added by Travis Abbott <typedef.struct@…>, 11 years ago)

patch that fixes the issue (patch -p0 < iostreams-gzip.patch from top level of the repo)

  • libs/iostreams/src/gzip.cpp

     
    6262    case s_os:
    6363        os_ = value;
    6464        if (flags_ & gzip::flags::extra) {
    65             state_ = s_extra;
     65            state_ = s_xlen;
    6666        } else if (flags_ & gzip::flags::name) {
    6767            state_ = s_name;
    6868        } else if (flags_ & gzip::flags::comment) {