3rdparty.bug
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:5k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Known, current PKZIP bugs/limitations:
  2. -------------------------------------
  3.  - PKUNZIP 2.04g is reported to corrupt some files when compressing them with
  4.    the -ex option; when tested, the files fail the CRC check, and comparison
  5.    with the original file shows bogus data (6K in one case) embedded in the
  6.    middle.  PKWARE apparently characterized this as a "known problem."
  7.  - PKUNZIP 2.04g considers volume labels valid only if originated on a FAT
  8.    file system, but other OSes and file systems (e.g., Amiga and OS/2 HPFS)
  9.    support volume labels, too.
  10.  - PKUNZIP 2.04g can restore volume labels created by Zip 2.x but not by
  11.    PKZIP 2.04g (OS/2 DOS box only??).
  12.  - PKUNZIP 2.04g gives an error message for stored directory entries created
  13.    under other OSes (although it creates the directory anyway), and PKZIP -vt
  14.    does not report the directory attribute bit as being set, even if it is.
  15.  - PKZIP 2.04g mangles unknown extra fields (especially OS/2 extended attri-
  16.    butes) when adding new files to an existing zipfile [example:  Walnut Creek
  17.    Hobbes March 1995 CD-ROM, FILE_ID.DIZ additions].
  18.  - PKUNZIP 2.04g is unable to detect or deal with prepended junk in a zipfile,
  19.    reporting CRC errors in valid compressed data.
  20.  - PKUNZIP 2.04g (registered version) incorrectly updates/freshens the AV extra
  21.    field in authenticated archives.  The resultant extra block length and total
  22.    extra field length are inconsistent.
  23.  - [Windows version 2.01] Win95 long filenames (VFAT) are stored OK, but the
  24.    file system is always listed as ordinary DOS FAT.
  25.  - [Windows version 2.50] NT long filenames (NTFS) are stored OK, but the
  26.    file system is always listed as ordinary DOS FAT.
  27.  - PKZIP 2.04 for DOS encrypts using the OEM code page for 8-bit passwords,
  28.    while PKZIP 2.50 for Windows uses Latin-1 (ISO 8859-1).  This means an
  29.    archive encrypted with an 8-bit password with one of the two PKZIP versions
  30.    cannot be decrypted with the other version.
  31.  - PKZIP for Windows GUI (v 2.60), PKZIP for Windows command line (v 2.50) and
  32.    PKZIP for Unix (v 2.51) save the host's native file timestamps, but
  33.    only in a local extra field. Thus, timestamp-related selections (update
  34.    or freshen, both in extraction or archiving operations) use the DOS-format
  35.    localtime records in the Zip archives for comparisons. This may result
  36.    in wrong decisions of the program when updating and first archiv creations
  37.    are carried out in different local time zones.
  38.  - PKUNZIP 2.04g is reported to have problems with archives created on and/or
  39.    copied from Iomega ZIP drives (irony, eh?).
  40. Known, current WinZip bugs/limitations:
  41. --------------------------------------
  42.  - [16-bit version 6.1a] NT short filenames (FAT) are stored OK, but the
  43.    file system is always listed as NTFS.
  44.  - WinZip doesn't allow 8-bit passwords, which means it cannot decrypt an
  45.    archive created with an 8-bit password (by PKZIP or Info-ZIP's Zip).
  46.  - WinZip (Version 6.3 PL1) fails to remove old extra fields when freshening
  47.    existing archive entries. When updating archives created by Info-ZIP's Zip
  48.    that contain UT time stamp extra field blocks, UnZip cannot display or
  49.    restore the updated (DOS) time stamps of the freshened archive members.
  50. Known, current other third-party Zip utils bugs/limitations:
  51. ------------------------------------------------------------
  52.  - Asi's PKZip clones for Macintosh (versions 2.3 and 2.10d) are thoroughly
  53.    broken. They create invalid Zip archives!
  54.    a) For the first entry, both compressed size and uncompressed length
  55.       are recorded as 0, despite the fact that compressed data of non-zero
  56.       length has been added.
  57.    b) Their program creates extra fields with an (undocumented) internal
  58.       structure that violates the requirements of PKWARE's Zip format
  59.       specification document "appnote.txt": Their extra field seems to
  60.       contain pure data; the 4-byte block header consisting of block ID
  61.       and data length is missing.
  62. Possibly current PKZIP bugs:
  63. ---------------------------
  64.  - PKZIP (2.04g?) can silently ignore read errors on network drives, storing
  65.    the correct CRC and compressed length but an incorrect and inconsistent
  66.    uncompressed length.
  67.  - PKZIP (2.04g?), when deleting files from within a zipfile on a Novell
  68.    drive, sometimes only zeros out the data while failing to shrink the
  69.    zipfile.
  70. Other limitations:
  71. -----------------
  72.  - PKZIP 1.x and 2.x encryption has been cracked (known-plaintext approach;
  73.    see http://www.cryptography.com/ for details).
  74. [many other bugs in PKZIP 1.0, 1.1, 1.93a, 2.04c and 2.04e]