GNU bug report logs - #43597
28.0.50; arc-mode.el fails to display a ZIP file

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Thu, 24 Sep 2020 20:04:02 UTC

Severity: normal

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 43597 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: bug#43597: 28.0.50; arc-mode.el fails to display a ZIP file
Date: Fri, 25 Sep 2020 09:01:02 +0300
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Date: Thu, 24 Sep 2020 22:40:15 +0200
> Cc: 43597 <at> debbugs.gnu.org
> 
>   (let ((p (archive-l-e (+ (point) 16) 4))
>         files)
>     (when (= p -1)
>       ;; If the offset of end-of-central-directory is -1, this is a
>       ;; Zip64 extended ZIP file format, and we need to glean the info
>       ;; from Zip64 records instead.
> 
> But the first value returned by archive-l-e for this file is 255, not
> -1, and on each iteration the value increases, so the ZIP64 code in the
> body of the when-clause is never executed.

This code worked when support for ZIP64 was added.

Could it be that the problem is in archive-l-e?  Something related to
bignums, perhaps?  Why does it return 255 instead of -1 in this case?




This bug report was last modified 4 years and 297 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.