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
F151019155: D16509.diff
Sun, Apr 5, 11:58 AM
Unknown Object (File)
Sat, Apr 4, 6:30 PM
Unknown Object (File)
Sat, Apr 4, 5:31 AM
Unknown Object (File)
Sat, Mar 21, 2:51 PM
Unknown Object (File)
Fri, Mar 20, 7:05 PM
Unknown Object (File)
Mon, Mar 16, 12:57 AM
Unknown Object (File)
Mar 3 2026, 9:57 AM
Unknown Object (File)
Jan 29 2026, 4:50 AM
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