xz/src
Lasse Collin c8cace3d6e xz: Fix an integer overflow with 32-bit off_t.
Or any off_t which isn't very big (like signed 64 bit integer
that most system have). A small off_t could overflow if the
file being decompressed had long enough run of zero bytes,
which would result in corrupt output.
2019-12-31 22:25:02 +02:00
..
common tuklib_mbstr_width: Fix a warning from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
liblzma liblzma: Fix warnings from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts spelling 2019-07-13 17:53:33 +03:00
xz xz: Fix an integer overflow with 32-bit off_t. 2019-12-31 22:25:02 +02:00
xzdec xzdec: Fix warnings from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00