Luke546
Results
1
issues of
Luke546
API issue: density_decompress () requires a larger buffer than needed to store the decompressed data
3
Currently, density_decompress() is accessing bytes past the end of the unpacked buffer, so it is needed to allocate a buffer of density_decompress_safe_size() bytes. This makes density not as fast and...