Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        zziplib - Lightweight library to easily extract data from zip files
        
        
        - Description:
- The zziplib library is intentionally lightweight, it offers the ability to
easily extract data from files archived in a single zip file. Applications
can bundle files into a single zip archive and access them. The implementation
is based only on the (free) subset of compression with the zlib algorithm
which is actually used by the zip/unzip tools. 
Packages
        
        
            | zziplib-0.13.62-9.vl7.x86_64
              [81 KiB] | Changelog
              by Jakub Martisko (2018-06-20): - Fix covscan warning
- "Variable "file" going out of scope leaks the storage it points to."
  has been introduced by the original version of 0001-fix-CVE-2018-7725.patch
- Related: 1558596 |