Age | Commit message (Expand) | Author |
2022-01-18 | libbb: shrink lineedit_read_key() | Denys Vlasenko |
2022-01-17 | fix "defined but not used" warnings | Denys Vlasenko |
2021-12-12 | libarchive/get_header_ar.c: fix extraction of archives from binutils in deter... | Peter Korsgaard |
2021-10-11 | tar: prevent malicious archives with enormous long name sizes OOMing the machine | Denys Vlasenko |
2021-10-10 | *: add more beneficial NOINLINEs | Denys Vlasenko |
2021-10-08 | tar: improve comments, add FIXMEs. no code changes | Denys Vlasenko |
2021-09-17 | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko |
2021-08-29 | bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate | Denys Vlasenko |
2021-06-23 | cpio: fix sscanf on unterminated buffer | S Harris |
2021-06-15 | unlzma: fix a case where we could read before beginning of buffer | Denys Vlasenko |
2021-05-03 | decompress_gunzip: simplify ERR_RET bit clearing | Denys Vlasenko |
2021-03-12 | decompress_gunzip: Fix DoS if gzip is corrupt | Samuel Sapalski |
2021-01-01 | tar: add TODO about a bug with non-writable directories on extract | Denys Vlasenko |
2020-11-30 | decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-16 | archival: avoid std namespace for local includes | Joachim Nilsson |
2020-10-02 | tar: fix fallout of last_char_is(NULL) no longer being allowed | Denys Vlasenko |
2019-10-26 | gunzip: fix incorrect decoding of "fixed" inflate blocks | Denys Vlasenko |
2019-10-20 | gunzip: code shrink by using int-, not short-sized struct member | Denys Vlasenko |
2019-10-19 | gzip: code shrink | Denys Vlasenko |
2019-10-19 | gzip: code shrink | Denys Vlasenko |
2019-10-11 | dpkg-deb: work around bogus error message when working with XZ compressed pac... | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-05-26 | comment fix | Denys Vlasenko |
2019-05-26 | libarchive: treat one "FIXME: avoid seek", take 2 | Denys Vlasenko |
2019-05-24 | libarchive: treat one "FIXME: avoid seek" | Denys Vlasenko |
2019-05-23 | bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl... | Denys Vlasenko |
2018-12-27 | randomconfig fixes | Denys Vlasenko |
2018-11-27 | hush: allow hush to run embedded scripts | Ron Yorston |
2018-11-27 | tar: skip 'V' headers (GNU volume label), closes 11526 | Denys Vlasenko |
2018-11-27 | unlzma: fix too-eager corruption check | Denys Vlasenko |
2018-11-27 | tar: fix too eager autodetection, closes 11531 | Denys Vlasenko |
2018-11-02 | remove FAST_FUNC on a static function | Denys Vlasenko |
2018-11-02 | libarchive: add a function to unpack embedded data | Ron Yorston |
2018-11-01 | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko |
2018-05-25 | unlzma: close another SEGV possibility | Denys Vlasenko |
2018-05-22 | tar: fix interaction of delayed symlink and hardlink creation | Harald van Dijk |
2018-04-24 | unlzma: do emit the error message on bad input, when we exit with 1 | Denys Vlasenko |
2018-04-19 | unlzma: fix another SEGV case | Denys Vlasenko |
2018-04-15 | ar: stop using static data | Denys Vlasenko |
2018-04-13 | dpkg: fix symlink creation, closes 10941 | Denys Vlasenko |
2018-04-08 | unlzma: fix segfault on bad archive | Denys Vlasenko |
2018-04-08 | bzip2: fix two crashes on corrupted archives | Denys Vlasenko |
2018-04-01 | libbb: new function bb_die_memory_exhausted | Denys Vlasenko |
2018-02-20 | tar,unzip: postpone creation of symlinks with "suspicious" targets | Denys Vlasenko |
2018-02-07 | bzip2: expose tuning knob for faster/smaller code | Denys Vlasenko |
2018-02-06 | ar: hopefully fix out-of-bounds read in get_header_ar() | Denys Vlasenko |
2018-02-05 | bzip2: work around bad compiler optimization | Denys Vlasenko |
2018-02-04 | gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes | Denys Vlasenko |
2018-02-03 | bzip2: move runningOrder[] back to stack - 256 bytes is not much | Denys Vlasenko |