mysterywolf / minizip

zip manipulation library | zip压缩解压库
12 stars 2 forks source link

zip文件处理后未被关闭 #1

Closed a1012112796 closed 2 years ago

a1012112796 commented 2 years ago
msh /sd>list_fd
fd type    ref magic  path
-- ------  --- ----- ------
 3 device    1 fdfd  /uart0
msh /sd>un
msh /sd>mi
miniunz
msh /sd>miniunz -l B
BOOT.bin
BOOT.zip
msh /sd>miniunz -l BOOT.z
msh /sd>miniunz -l BOOT.zip
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
more info at http://www.winimage.com/zLibDll/minizip.html

BOOT.zip opened
 Length  Method   Size  Ratio   Date    Time   CRC-32     Name
 ------  ------   ----  -----   ----    ----   ------     ----
4478024  Defl:N  232700   5%  03-03-22  16:58  83183071   BOOT.bin
msh /sd>list_fd
fd type    ref magic  path
-- ------  --- ----- ------
 3 device    1 fdfd  /uart0
 4 file      1 fdfd  /BOOT.zip
msh /sd>

测试平台: zynq7020

mysterywolf commented 2 years ago

感谢反馈,可否帮忙提个pr,我现在没条件去测这个