From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Davis Herring" Newsgroups: gmane.emacs.devel Subject: Re: Problem report #113: base/src/emacs/src/coding.c (decode_coding_object); UNINIT Date: Tue, 2 Dec 2008 15:31:16 -0800 (PST) Message-ID: <42290.128.165.123.18.1228260676.squirrel@webmail.lanl.gov> References: <200812022223.mB2MNbXD021766@mothra.ics.uci.edu> Reply-To: herring@lanl.gov NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1228260715 16882 80.91.229.12 (2 Dec 2008 23:31:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2008 23:31:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 03 00:32:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L7ejU-00059d-Jd for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2008 00:32:44 +0100 Original-Received: from localhost ([127.0.0.1]:46434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7eiK-0007r5-CE for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2008 18:31:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7eiF-0007qq-H0 for emacs-devel@gnu.org; Tue, 02 Dec 2008 18:31:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7eiD-0007pu-0Z for emacs-devel@gnu.org; Tue, 02 Dec 2008 18:31:26 -0500 Original-Received: from [199.232.76.173] (port=54697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7eiC-0007pn-P0 for emacs-devel@gnu.org; Tue, 02 Dec 2008 18:31:24 -0500 Original-Received: from proofpoint3.lanl.gov ([204.121.3.28]:54548) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7eiC-0007oH-Bw for emacs-devel@gnu.org; Tue, 02 Dec 2008 18:31:24 -0500 Original-Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by proofpoint3.lanl.gov (8.13.8/8.13.8) with ESMTP id mB2NVGDR019674; Tue, 2 Dec 2008 16:31:17 -0700 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (Postfix) with ESMTP id EF60315D935E; Tue, 2 Dec 2008 16:31:16 -0700 (MST) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay2.lanl.gov Original-Received: from webmail1.lanl.gov (webmail1.lanl.gov [128.165.4.106]) by mailrelay2.lanl.gov (Postfix) with ESMTP id DBED115D935A; Tue, 2 Dec 2008 16:31:16 -0700 (MST) Original-Received: by webmail1.lanl.gov (Postfix, from userid 48) id D8AB71518033; Tue, 2 Dec 2008 16:31:16 -0700 (MST) Original-Received: from 128.165.123.18 (SquirrelMail authenticated user 196434) by webmail.lanl.gov with HTTP; Tue, 2 Dec 2008 15:31:16 -0800 (PST) In-Reply-To: <200812022223.mB2MNbXD021766@mothra.ics.uci.edu> User-Agent: SquirrelMail/1.4.8-4.0.1.el5.lanl.4 X-Priority: 3 (Normal) Importance: Normal X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.7400:2.4.4, 1.2.40, 4.0.164 definitions=2008-12-02_12:2008-11-24, 2008-12-02, 2008-12-02 signatures=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106461 Archived-At: > 7141 int saved_pt = -1, saved_pt_byte; [...] > 7178 saved_pt = PT, saved_pt_byte = PT_BYTE; [...] > At conditional (18): "saved_pt >= 0" taking true path > > 7270 if (saved_pt >= 0) [...] > Event uninit_use_in_call: Using uninitialized value "saved_pt_byte" in > call to function "temp_set_point_both" [model] > Also see events: [var_decl][uninit_use][uninit_use] > > 7279 TEMP_SET_PT_BOTH (saved_pt, saved_pt_byte); No bug: saved_pt starts negative and is assigned iff saved_pt_byte is. Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping.