Possible bug in `blosc_decompress`
martaiborra opened this issue · 2 comments
martaiborra commented
If an empty bytearray is compressed and then decompressed header->blocksize <= 0 || header->blocksize > header->nbytes
,
which launches an error in blosc_read_header
.
This is seen in the test_bytes_array.py
.
FrancescAlted commented
Is this active or it has been fixed already?
martaiborra commented
Ups, it has been fixed.