From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Problem report #76 FALSE
Date: Thu, 11 May 2006 13:23:09 +0900 [thread overview]
Message-ID: <E1Fe2hh-0003q8-00@etlken> (raw)
In-Reply-To: <200605110120.k4B1KdgO011061@scanner2.ics.uci.edu> (message from Dan Nicolaescu on Wed, 10 May 2006 18:20:39 -0700)
In article <200605110120.k4B1KdgO011061@scanner2.ics.uci.edu>, Dan Nicolaescu <dann@ics.uci.edu> writes:
> CID: 76
> Checker: FORWARD_NULL (help)
> File: base/src/emacs/src/xdisp.c
> Function: x_produce_glyphs
> Description: Variable "font_info" tracked as NULL was dereferenced.
I see no bug here. font_info is dereferenced only when it's
not NULL, and...
> 20515 font_info
> 20516 = FONT_INFO_FROM_ID (it->f, face->font_info_id);
here, as it is assured that face->font_info_id is valid,
font_info never becomes NULL.
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2006-05-11 4:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-11 1:20 Problem report #76 Dan Nicolaescu
2006-05-11 4:23 ` Kenichi Handa [this message]
2006-05-11 17:02 ` Stuart D. Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Fe2hh-0003q8-00@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).