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
F106857287: D17144.diff
Mon, Jan 6, 12:26 PM
Unknown Object (File)
Oct 18 2024, 7:59 PM
Unknown Object (File)
Oct 4 2024, 8:29 PM
Unknown Object (File)
Oct 2 2024, 4:30 AM
Unknown Object (File)
Oct 1 2024, 4:35 PM
Unknown Object (File)
Sep 23 2024, 6:21 AM
Unknown Object (File)
Sep 21 2024, 3:19 PM
Unknown Object (File)
Sep 21 2024, 2:48 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