summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Hide internal symbols on platforms that support visibility annotations (see d...Yuri Gribov2022-07-272-0/+4
| |/ / / |/| | |
* | | | Merge pull request #1753 from bungeman/check_size_attributeTim Kientzle2022-07-244-0/+107
|\ \ \ \
| * | | | Validate entry_bytes_remaining in pax_attributeBen Wagner2022-07-244-0/+107
| |/ / /
* | | | libarchive: Handle a `calloc` returning NULL (fixes #1754)obiwac2022-07-221-0/+8
|/ / /
* | | Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-2222-76/+76
* | | Merge pull request #1729 from bog-dan-ro/fix_comiple_androidMartin Matuška2022-06-191-0/+4
|\ \ \
| * | | Fix compile on AndroidBogDan Vatra2022-05-161-0/+4
| | |/ | |/|
* | | Merge pull request #1732 from asuka-mio/masterMartin Matuška2022-06-191-1/+2
|\ \ \ | |_|/ |/| |
| * | Bionic c deprecates readdir_r tootarsin2022-05-211-1/+2
| |/
* | Merge pull request #1724 from elieux-contrib/wincrypto-sha256-384-512-fixMartin Matuška2022-05-291-8/+8
|\ \
| * | archive_digest: Use correct providers with Windows CryptoDavid Macek2022-04-171-8/+8
| |/
* | archive_write_open.3, archive_read_open.3: endsGaël PORTAY2022-05-121-0/+1
|/
* Libarchive 3.6.2devMartin Matuska2022-04-082-3/+3
* Release 3.6.1Martin Matuska2022-04-081-1/+1
* archive_digest: check return value of EVP_DigestInit()Emil Velikov2022-04-051-6/+12
* RAR reader: fix heap-use-after-free in run_filters()Martin Matuska2022-04-031-0/+17
* ISO reader: fix possible heap buffer overflow in read_children()Martin Matuska2022-03-301-1/+2
* ZIP reader: fix possible out-of-bounds read in zipx_lzma_alone_init()Tim Kientzle2022-03-241-1/+1
* Add macro for dirfd() on HP-UX because no full POSIX.1-2008 coverage existsMichael Osipov2022-03-111-1/+6
* Remove the unused variable `detected_bytes`Ken Matsui2022-03-051-4/+1
* Fix use of At mdoc(7) macroMateusz Piotrowski2022-03-041-1/+1
* RAR reader: fix null-dereference in RAR (v4) filter codeMartin Matuska2022-02-191-4/+9
* 7zip reader: style fixes after 3962d596dMartin Matuska2022-02-191-6/+9
* Merge pull request #1670 from bradking/include-platform-firstMartin Matuška2022-02-192-2/+4
|\
| * windows: include archive_platform.h first in blake2s sourcesBrad King2022-02-162-2/+4
* | Merge pull request #1668 from mgorny/missing-zlibMartin Matuška2022-02-193-11/+30
|\ \
| * | Handle missing zlib in test_read_format_zip_7z_deflateMichał Górny2022-02-121-6/+25
| * | Fix expected error messages in test_read_format_zip_winzip_aes*Michał Górny2022-02-122-5/+5
| |/
* | code reviewcielavenir2022-02-191-7/+7
* | Fix 7z PPMD reading beyond boundarycielavenir2022-02-181-8/+22
* | RAR reader: fix heap-use-after-free in RAR (v4) filter codeMartin Matuska2022-02-161-17/+29
* | tests: reduce sample size for RAR filter testMartin Matuska2022-02-142-26653/+2102
* | Libarchive 3.6.1devMartin Matuska2022-02-142-3/+3
|/
* Release 3.6.0v3.6.0Martin Matuska2022-02-091-1/+1
* Libarchive 3.6.0devMartin Matuska2022-02-082-3/+3
* Merge pull request #1657 from kientzle/ReorganizeTestCodeMartin Matuška2022-02-087-7/+0
|\
| * Reorganize test code a bitTim Kientzle2022-02-017-7/+0
* | Merge pull request #1664 from juikim/masterMartin Matuška2022-02-081-0/+8
|\ \
| * | Enable LZMA support for FreeBSDJung-uk Kim2022-02-071-0/+8
* | | Merge pull request #1493 from antekone/rar5_ossfuzz_30459Martin Matuška2022-02-083-0/+36
|\ \ \ | |/ / |/| |
| * | RAR5 reader: add more checks for invalid extraction parametersGrzegorz Antoniak2022-02-083-0/+36
* | | Fix typo in libarchive/archive_read_support_filter_lzop.cYounes El-karama2022-02-071-1/+1
|/ /
* | RAR5 reader: fix invalid memory access in some filesGrzegorz Antoniak2022-02-063-6/+49
* | Merge pull request #1448 from arichardson/add-test-slow-hostMartin Matuška2022-02-061-1/+1
|\ \
| * | Reduce test_write_format_7zip_large_lzma1 buffer sizeAlex Richardson2021-03-031-1/+1
* | | Merge pull request #1655 from alexey-pelykh/fix-android_lf-includeMartin Matuška2022-02-062-2/+2
|\ \ \
| * | | Include android_lf.h only for libarchive sourcesAlexey Pelykh2022-01-232-2/+2
* | | | zip: fix possible endless loop if reading a truncated zstd archiveMartin Matuska2022-02-051-0/+9
* | | | Merge pull request #1518 from ghost/zip-zstdMartin Matuška2022-02-054-0/+381
|\ \ \ \
| * | | | Add offset variable to zip_read_data_zipx_zstdjo620kix2021-03-311-0/+2