Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-18fix "defined but not used" warningsDenys Vlasenko
2021-12-13libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...Peter Korsgaard
2021-10-11tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko
2021-06-23cpio: fix sscanf on unterminated bufferS Harris
2021-06-15unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko
2021-03-12decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-10-02tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko
2019-10-26gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-26comment fixDenys Vlasenko
2019-05-26libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko
2019-05-23bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-04-24unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko
2018-04-15ar: stop using static dataDenys Vlasenko
2018-04-13dpkg: fix symlink creation, closes 10941Denys Vlasenko
2018-04-08unlzma: fix segfault on bad archiveDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-06ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko
2018-02-05bzip2: work around bad compiler optimizationDenys Vlasenko
2018-02-04gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko
2018-02-04bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko