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 length was 7, an extra byte would be read from the input. In rare cases that would hit a page boundary when flushing and crash.
The test has been extended to increase the chance of detecting a situation like this.
Fixes#20
From klauspost/crc32#4
There is a 1 byte out-of bound read on (length & 7) == 7.
The text was updated successfully, but these errors were encountered: