From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.bugs Subject: bug#9079: integer overflow etc. issues (e.g., image crashes Emacs) Date: Thu, 14 Jul 2011 09:23:28 -0700 Organization: UCLA Computer Science Department Message-ID: <4E1F1800.3080608@cs.ucla.edu> References: <4E1EA0FB.5070903@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310660671 26426 80.91.229.12 (14 Jul 2011 16:24:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2011 16:24:31 +0000 (UTC) Cc: 9079@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 14 18:24:27 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 1QhOiA-0001JW-Qw for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jul 2011 18:24:26 +0200 Original-Received: from localhost ([::1]:47655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhOi9-0003k2-7Y for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jul 2011 12:24:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhOho-0003jH-Ji for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 12:24:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhOhm-0000KB-W9 for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 12:24:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhOhm-0000K5-P5 for bug-gnu-emacs@gnu.org; Thu, 14 Jul 2011 12:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QhOhm-00049d-07; Thu, 14 Jul 2011 12:24:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Paul Eggert Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2011 16:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9079 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 9079-submit@debbugs.gnu.org id=B9079.131066061815934 (code B ref 9079); Thu, 14 Jul 2011 16:24:01 +0000 Original-Received: (at 9079) by debbugs.gnu.org; 14 Jul 2011 16:23:38 +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 1QhOhO-00048x-2I for submit@debbugs.gnu.org; Thu, 14 Jul 2011 12:23:38 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhOhL-00048j-8Z for 9079@debbugs.gnu.org; Thu, 14 Jul 2011 12:23:36 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id C360F39E80F7; Thu, 14 Jul 2011 09:23:29 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5QQIgVcGI4bj; Thu, 14 Jul 2011 09:23:29 -0700 (PDT) Original-Received: from [192.168.1.10] (pool-71-189-109-235.lsanca.fios.verizon.net [71.189.109.235]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 5318139E80E0; Thu, 14 Jul 2011 09:23:29 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 14 Jul 2011 12:24:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:49030 Archived-At: On 07/14/11 01:47, Eli Zaretskii wrote: > Thanks, but please don't install the changes to bidi.c. Sure, no problem. Also, I can reexamine the new bidi.c once you're done with the merge, and see if any new overflow-related issues have popped up. bidi.c was pretty clean already, for the sorts of thing I was looking for, and it shouldn't be much trouble to review again.