• marko's avatar
    branches/zip: Fix two bugs. · 8c7b1d22
    marko authored
    page_zip_decompress(): Pass size = d_stream.avail_in + 1
    to page_zip_apply_log(), since the terminating NUL byte is not included
    in the space reserved for the compressed data stream.
    
    page_zip_clear_rec(): Clear also node pointer fields.
    8c7b1d22
page0zip.c 70.3 KB