Skip to content

Release 1.13.4

Compare
Choose a tag to compare
@FrancescAlted FrancescAlted released this 26 Jan 12:05

Fixed a buffer overrun that happens when compressing small buffers and
`len(destination_buffer) < len(source_buffer) + BLOSC_MAX_OVERHEAD'.
Thanks to Ivan Smirnov for reporting this.