From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#9874: Fixes for several integer overflow and width issues Date: Wed, 26 Oct 2011 10:09:07 -0400 Message-ID: References: <4EA7BBE9.4020107@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319638176 7834 80.91.229.12 (26 Oct 2011 14:09:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 14:09:36 +0000 (UTC) Cc: 9874@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 26 16:09:32 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJ4Ac-00063J-Tk for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 16:09:31 +0200 Original-Received: from localhost ([::1]:39772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4Ac-0005Vj-35 for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 10:09:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4AX-0005VR-DV for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 10:09:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ4AR-0006DI-NO for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 10:09:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4AR-0006DB-Kf for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 10:09:19 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RJ4C6-0004lX-AJ for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 10:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Oct 2011 14:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9874 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 9874-submit@debbugs.gnu.org id=B9874.131963825918307 (code B ref 9874); Wed, 26 Oct 2011 14:11:02 +0000 Original-Received: (at 9874) by debbugs.gnu.org; 26 Oct 2011 14:10:59 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJ4C2-0004lE-Pi for submit@debbugs.gnu.org; Wed, 26 Oct 2011 10:10:58 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJ4C0-0004l2-DM for 9874@debbugs.gnu.org; Wed, 26 Oct 2011 10:10:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak0JADcTqE5MCrTo/2dsb2JhbABCDqghgQ+BBoFuAQEEAVYjBQsLNBIUGA0kiBO1C4hqBKFAg3JT X-IronPort-AV: E=Sophos;i="4.69,409,1315195200"; d="scan'208";a="144556389" Original-Received: from 76-10-180-232.dsl.teksavvy.com (HELO pastel.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Oct 2011 10:09:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8423E58BBC; Wed, 26 Oct 2011 10:09:07 -0400 (EDT) In-Reply-To: <4EA7BBE9.4020107@cs.ucla.edu> (Paul Eggert's message of "Wed, 26 Oct 2011 00:51:05 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 26 Oct 2011 10:11:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53150 Archived-At: > Attached is a patch to the Emacs trunk (bzr 106194) to fix several > issues, mostly due to integer overflow. This patch was derived by > looking for and fixing common integer-width issues. The patch does > not attempt to fix all these issues, just some issues that are clear > and for which the fixes are straightforward. Thank you very much, but we're too far in the release process for such large patches, so it will have to wait for 24.2. Stefan