1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Lasse Collin 2402f7873d 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-06-24 20:45:49 +03:00
..
common tuklib_mbstr_width: Fix a warning from -Wsign-conversion. 2019-06-23 23:22:45 +03:00
liblzma liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts spelling 2019-05-11 20:52:37 +03:00
xz xz: Fix an integer overflow with 32-bit off_t. 2019-06-24 20:45:49 +03:00
xzdec xzdec: Fix warnings from -Wsign-conversion. 2019-06-23 21:40:47 +03:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00