From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Abrahams Newsgroups: gmane.emacs.devel Subject: Re: [BUG] coding.c/decode_coding_iso2022 Date: Thu, 14 Aug 2003 22:41:36 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200308150042.JAA27994@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1060915584 24062 80.91.224.253 (15 Aug 2003 02:46:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2003 02:46:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Aug 15 04:46:23 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nUbf-0004wP-00 for ; Fri, 15 Aug 2003 04:46:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19nUcT-0005Ie-00 for ; Fri, 15 Aug 2003 04:47:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nUXx-0007Jm-0L for emacs-devel@quimby.gnus.org; Thu, 14 Aug 2003 22:42:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nUXs-0007JW-Mm for emacs-devel@gnu.org; Thu, 14 Aug 2003 22:42:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nUXM-0006ux-0g for emacs-devel@gnu.org; Thu, 14 Aug 2003 22:42:27 -0400 Original-Received: from [207.172.4.61] (helo=smtp02.mrf.mail.rcn.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nUXL-0006tX-LM for emacs-devel@gnu.org; Thu, 14 Aug 2003 22:41:55 -0400 Original-Received: from 209-150-60-149.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com ([209.150.60.149] helo=PENGUIN.boost-consulting.com) by smtp02.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 19nUXJ-0006p6-00; Thu, 14 Aug 2003 22:41:53 -0400 Original-To: Kenichi Handa In-Reply-To: <200308150042.JAA27994@etlken.m17n.org> (Kenichi Handa's message of "Fri, 15 Aug 2003 09:42:38 +0900 (JST)") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15963 Kenichi Handa writes: > As the value of charset is 0, c2 is never referred in the > macro DECODE_ISO_CHARACTER except for as the last argument > to the function translate_char. And in that function also, > as charset is zero, c2 is never referred. > > So, I think this is not the reason of the crash of your emacs. Oh, I'm sure that's true. The use of the value of an uninitialized variable, however, is very likely to be a bug someone should address, which is why I posted it. -- Dave Abrahams Boost Consulting www.boost-consulting.com