summaryrefslogtreecommitdiff
path: root/lib/xz/xz_dec_lzma2.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin1-2/+19
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei1-4/+4
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers1-2/+2
2020-08-25lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-11-16lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2014-06-05lib/xz: add comments for the intentionally missing break statementsLasse Collin1-0/+4
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin1-3/+3
2011-01-13decompressors: add XZ decompressor moduleLasse Collin1-0/+1171