libdpkg: Make xz not emit warnings nor exit non-zero on warnings
commit3ea0300cc1949cb8a32d9a364198cd66f8e5dbfc
authorGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:23:11 +0000 (2 23:23 +0100)
committerGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:50:17 +0000 (2 23:50 +0100)
treeb8c83ab467cf7c33b37ff500b661b1f9045e63ec
parent71a5c5d1de13c45f1031f1d6f3524cd740c8c0d7
libdpkg: Make xz not emit warnings nor exit non-zero on warnings

When xz does not have enough memory given the requested threads, it
might end up adjusting the memory usage and number of threads, while
emitting a warning, and then exiting with non-zero. Both of which we
do not want from the library.
lib/dpkg/compress.c