Fix max block size check

Since Go 1.1, `int` has been 64-bits on 64-bit platforms instead of
32-bits.  This patch fixes the check to make sure the uncompressed
length is at most 2^32-1 bytes.

Fixes #15
2 files changed