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
ZSTD uses two defined error numbers to inform the caller when the
compressed data is invalid (e.g. wrong magic number) or the size is
unknown.
We should always know the size so abort if ZSTD returns either to us.
Fixes: #1936
ZSTD uses two defined error numbers to inform the caller when the
compressed data is invalid (e.g. wrong magic number) or the size is
unknown.
We should always know the size so abort if ZSTD returns either to us.
Fixes: #1936
Expected behaviour
Driver should return false, because value
123
is not data compressed by zstdActual behaviour
PHP Fatal Error: Possible integer overflow in memory allocation (18446744073709551614 + 4096)
I'm seeing this behaviour on
Steps to reproduce, backtrace or example script
abc
I've checked
develop
branchThe text was updated successfully, but these errors were encountered: