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)
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
Unknown Object (File)
Sep 20 2024, 2:49 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable