From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: arc-mode.el bug or malformed ZIP file? Date: Mon, 28 Sep 2020 21:11:02 +0300 Message-ID: <83lfgtlqkp.fsf@gnu.org> References: <875z846q89.fsf@rub.de> <875z83vt86.fsf@gmx.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3118"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stephen.berman@gmx.net, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 28 20:13:03 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kMxe2-0000gZ-J0 for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Sep 2020 20:13:02 +0200 Original-Received: from localhost ([::1]:49438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMxe1-0005mX-KV for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Sep 2020 14:13:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMxcI-0004il-U7 for emacs-devel@gnu.org; Mon, 28 Sep 2020 14:11:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49062) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMxcH-0006M0-Ka; Mon, 28 Sep 2020 14:11:13 -0400 Original-Received: from [176.228.60.248] (port=4306 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kMxcG-0003GF-Kc; Mon, 28 Sep 2020 14:11:13 -0400 In-Reply-To: (message from Stefan Monnier on Mon, 28 Sep 2020 13:08:31 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:256629 Archived-At: > From: Stefan Monnier > Date: Mon, 28 Sep 2020 13:08:31 -0400 > Cc: emacs-devel@gnu.org > > > The size can't be the reason for the failure: the ZIP file whose > > I'm not saying it's because of the size, but because of a change of > format (and this new format was introduced because of size limits in > the old format). > > Eli just installed a patch a few days ago which seems to confirm my > suspicion: Yes, the code we had supported 64-bit offset of central directory, but didn't support 64-bit file size.