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)
Feb 21 2025, 5:55 PM
Unknown Object (File)
Feb 7 2025, 4:09 AM
Unknown Object (File)
Feb 3 2025, 5:50 AM
Unknown Object (File)
Jan 26 2025, 2:27 AM
Unknown Object (File)
Jan 17 2025, 2:14 PM
Unknown Object (File)
Dec 29 2024, 4:23 PM
Unknown Object (File)
Dec 22 2024, 3:47 AM
Unknown Object (File)
Dec 12 2024, 9:49 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