mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
In the case that `op >= oend_w` it is possible that `diff < 8` because the two buffers could be adjacent. Credit to OSS-Fuzz, which found the bug. It isn't reproducible because it depends on the memory layout.