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
compressor/zstd: correct buffer end detection using get_remaining()
Replace p.end() check with get_remaining() to properly detect buffer
exhaustion. The source bufferlist may contain empty pointers at the end,
causing p.end() to return false even when all data has been processed
during compression.
Signed-off-by: Igor Fedotov <[email protected]>
0 commit comments