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, Feb 8, 6:27 AM
Unknown Object (File)
Sun, Feb 8, 4:03 AM
Unknown Object (File)
Sat, Jan 31, 7:10 AM
Unknown Object (File)
Jan 13 2026, 1:53 PM
Unknown Object (File)
Nov 27 2025, 9:42 AM
Unknown Object (File)
Nov 23 2025, 10:50 AM
Unknown Object (File)
Nov 22 2025, 4:08 PM
Unknown Object (File)
Nov 19 2025, 3:03 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

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