From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: problem report #100 Date: Mon, 01 Dec 2008 13:10:03 -0500 Message-ID: <87fxl7rclg.fsf@cyd.mit.edu> References: <200812011658.mB1GwCEE015333@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228155023 2246 80.91.229.12 (1 Dec 2008 18:10:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 18:10:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 01 19:11:26 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 1L7DEz-0007gG-Uz for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 19:11:26 +0100 Original-Received: from localhost ([127.0.0.1]:52546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7DDp-0001gS-RU for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 13:10:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7DDf-0001Yz-RP for emacs-devel@gnu.org; Mon, 01 Dec 2008 13:10:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7DDe-0001Xr-Nl for emacs-devel@gnu.org; Mon, 01 Dec 2008 13:10:02 -0500 Original-Received: from [199.232.76.173] (port=40270 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7DDe-0001Xb-6h for emacs-devel@gnu.org; Mon, 01 Dec 2008 13:10:02 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:35077) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7DDd-00059C-Sa for emacs-devel@gnu.org; Mon, 01 Dec 2008 13:10:01 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2A83857E09E; Mon, 1 Dec 2008 13:10:03 -0500 (EST) In-Reply-To: <200812011658.mB1GwCEE015333@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 1 Dec 2008 08:58:12 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106388 Archived-At: Dan Nicolaescu writes: > CID: 100 > Checker: FORWARD_NULL (help) > File: base/src/emacs/src/xfaces.c > Function: realize_x_face > Description: Variable "default_face" tracked as NULL was dereferenced. This was not really a bug, as the comments in xfaces.:5884 make clear. However, I checked in a change that makes the abort condition more precise, which should also prevent the checker from being confused.