Page MenuHomeFreeBSD

newsyslog: fix compression arglist construction
ClosedPublic

Authored by dnelson_1901_yahoo.com on Jul 30 2018, 3:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 1:34 AM
Unknown Object (File)
Fri, Mar 29, 5:18 AM
Unknown Object (File)
Mar 7 2024, 11:49 PM
Unknown Object (File)
Feb 16 2024, 4:54 PM
Unknown Object (File)
Dec 20 2023, 2:17 AM
Unknown Object (File)
Dec 12 2023, 6:34 PM
Unknown Object (File)
Jul 13 2023, 5:59 AM
Unknown Object (File)
May 30 2023, 10:33 PM
Subscribers

Details

Summary

Reuse of the index variable in two nested loops resulted in only the first
argument in the list being used (fine for gzip, not fine for zstd). Also
add tests for xz and zstd, and fix the COMPRESS_SUFFIX_MAXLEN macro.

Diff Detail

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