Vitaly Chikunov
161dbaaeb1
When there is number after "T" (suggested number of threads or "0" for getncpus), lzopen_internal() mode parser would skip one byte, and when it's at the end of the string it would then parse undesired garbage from the memory, making intermittent compression failures. Fixes: c23872d71 ("Add support for multithreaded xz compression") Fixes-upstream: 7740d1098. Upstream-PR: https://github.com/rpm-software-management/rpm/pull/1478