libzip icon indicating copy to clipboard operation
libzip copied to clipboard

A C library for reading, creating, and modifying zip archives.

Results 39 libzip issues
Sort by recently updated
recently updated
newest added

Changes: - Use more secure functions (e.g. *_s functions) for Microsoft CRT implementations that support secure libraries. - Fixed possible buffer overrun issues by ensuring that allocation’s inputs don’t suffer...

**Describe the Bug** The file-count reported by zip_get_num_entries is not reduced after deleting an entry with zip_delete **Expected Behavior** The file-count should be reduced by one after deleting a file....

enhancement
feedback

**Describe the Bug** I can't zip a file with a path superior to the Windows path limit (260 characters). **Expected Behavior** I should be able to zip the file **Observed...

bug
help wanted

https://bugs.kde.org/show_bug.cgi?id=399949 for example, `sample.zip` and `sample.z01`.

enhancement

**Describe the Bug** When zip A is merged into zip B, the dates of files in zip B are not the ones of files in zip A. It may be...

bug

**Description** In some cases it would be useful to support pre compressed files being added to zip without compressing again, but at the same time allow the decompression to still...

enhancement

**Describe the Bug** Trying to open a specific zip file with `zip_open_from_source` results in error "Zip archive inconsistent". I'm using `ZIP_RDONLY` as the only flag, i.e. `ZIP_CHECKCONS` is not set....

enhancement

**Description** I'm using CMake to compile libzip on Windows and found a problem. There is only a single compile target named "zip" and provide a option to determine shared/static. Most...

enhancement
won't implement

**Describe the Bug** When using `find_package` to import libzip and linking against a static libzip::zip built against bzip2 and/or liblzma, it cannot be used without first manually importing BZip2::BZip2 or...

enhancement
won't implement

**Description** A mechanism to extend builtin source types could be proven useful. For example a user might want to implement an "owning" zip_source_zip like source type that discards the source...

enhancement