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)
Sat, Jul 12, 7:51 PM
Unknown Object (File)
Sat, Jul 12, 7:51 PM
Unknown Object (File)
Sat, Jul 12, 7:51 PM
Unknown Object (File)
Sat, Jul 12, 7:51 PM
Unknown Object (File)
Sat, Jul 12, 7:51 PM
Unknown Object (File)
Wed, Jul 9, 9:45 AM
Unknown Object (File)
Wed, Jul 9, 9:45 AM
Unknown Object (File)
Jun 21 2025, 5:05 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