Page MenuHomeFreeBSD

ZSTDIO: Correctly initialize zstd context with provided 'level'
ClosedPublic

Authored by cem on Sep 13 2018, 4:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 4:35 AM
Unknown Object (File)
Sun, Oct 19, 4:35 AM
Unknown Object (File)
Sun, Oct 19, 4:35 AM
Unknown Object (File)
Sat, Oct 18, 4:35 PM
Unknown Object (File)
Aug 11 2025, 5:55 AM
Unknown Object (File)
Aug 3 2025, 6:37 PM
Unknown Object (File)
Jul 9 2025, 4:46 AM
Unknown Object (File)
Jun 22 2025, 6:53 AM
Subscribers

Details

Summary

Prior to this revision, we allocated sufficient context space for 'level'
but never actually set the compress level parameter, so we would always get
the default '3'.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19558
Build 19143: arc lint + arc unit