• marko's avatar
    branches/zip: Fix a bug that was introduced in r2123. · 95d04ddb
    marko authored
    buf_block_is_uncompressed(): Check that the pointer is aligned.  Use the
    C modulus operator % instead of ut_align_offset(), because sizeof(buf_block_t)
    is not guaranteed to be a power of 2.
    95d04ddb
buf0buf.c 95 KB