File tree
6 files changed
+23
-40
lines changed- contrib
- minizip-ng-cmake
- src/IO/Archives
6 files changed
+23
-40
lines changedSubmodule minizip-ng updated 95 files
- .clang-format+22
- .codecov.yaml+13
- .github/dependabot.yml+7
- .github/workflows/build.yml+320
- .github/workflows/codeql-analysis.yml-51
- .github/workflows/codeql.yml+36
- .github/workflows/fuzz.yml+6-1
- .github/workflows/lint.yml+32
- .github/workflows/main.yml-276
- .gitignore+3
- CMakeLists.txt+259-242
- README.md+39-39
- cmake/clone-repo.cmake+3-3
- cmake/detect-sanitizer.cmake+166
- compat/crypt.h+84
- compat/ioapi.c+260
- compat/ioapi.h+97
- compat/unzip.c+737
- compat/unzip.h+238
- compat/zip.c+409
- compat/zip.h+180
- doc/README.md+133-2
- doc/mz_extrafield.md-8
- doc/mz_os.md+15-15
- doc/mz_zip.md+80-80
- doc/mz_zip_file.md+7-7
- doc/mz_zip_rw.md+97-203
- doc/zip/winzip_aes_attack.pdf
- minigzip.c+16-18
- minizip.c+135-118
- minizip.pc.cmakein+5-5
- mz.h+124-131
- mz_compat.c-1.3k
- mz_compat.h-396
- mz_compat_shim.h.in-12
- mz_crypt.c+53-59
- mz_crypt.h+34-34
- mz_crypt_apple.c+196-208
- mz_crypt_openssl.c+326-312
- mz_crypt_win32.c-930
- mz_crypt_winvista.c+662
- mz_crypt_winxp.c+568
- mz_os.c+26-29
- mz_os.h+28-29
- mz_os_posix.c+49-61
- mz_os_win32.c+99-113
- mz_strm.c+42-60
- mz_strm.h+47-45
- mz_strm_buf.c+58-62
- mz_strm_buf.h+4-4
- mz_strm_bzip.c+26-51
- mz_strm_bzip.h+5-5
- mz_strm_libcomp.c+22-44
- mz_strm_libcomp.h+4-4
- mz_strm_lzma.c+30-48
- mz_strm_lzma.h+4-4
- mz_strm_mem.c+34-44
- mz_strm_mem.h+8-8
- mz_strm_os.h+4-4
- mz_strm_os_posix.c+32-43
- mz_strm_os_win32.c+38-54
- mz_strm_pkcrypt.c+40-54
- mz_strm_pkcrypt.h+7-7
- mz_strm_split.c+50-72
- mz_strm_split.h+4-4
- mz_strm_wzaes.c+61-68
- mz_strm_wzaes.h+6-6
- mz_strm_zlib.c+35-51
- mz_strm_zlib.h+4-4
- mz_strm_zstd.c+30-45
- mz_strm_zstd.h+4-4
- mz_zip.c+328-297
- mz_zip.h+47-49
- mz_zip_rw.c+396-436
- mz_zip_rw.h+33-40
- test/CMakeLists.txt+80
- test/fuzz/standalone.c+16-25
- test/fuzz/unzip_fuzzer.c+14-14
- test/fuzz/unzip_fuzzer_seed_corpus/gh_739.zip
- test/fuzz/unzip_fuzzer_seed_corpus/gh_740.zip
- test/fuzz/unzip_fuzzer_seed_corpus/incorrect_number_entries.zip
- test/fuzz/zip_fuzzer.c+36-24
- test/test.c-1.3k
- test/test.h-28
- test/test.p12
- test/test.pem+30-30
- test/test_compat.cc+292
- test/test_crypt.cc+544
- test/test_encoding.cc+26
- test/test_file.cc+44
- test/test_main.cc+11
- test/test_path.cc+59
- test/test_stream.cc+233
- test/test_stream_compress.cc+148
- test/test_stream_crypt.cc+122
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments