You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compressing, compressedBuffer should be resized to LZ4_compressBound(inputSize), and not inputSize, as with very random data compressedBuffer may end being larger than the uncompressed data.
When compressing,
compressedBuffer
should be resized toLZ4_compressBound(inputSize)
, and notinputSize
, as with very random datacompressedBuffer
may end being larger than the uncompressed data.ofxIO/libs/ofxIO/src/Compression.cpp
Line 337 in 9b55d4b
The text was updated successfully, but these errors were encountered: