unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
Subject: Problem report #24
Date: Mon, 10 Apr 2006 11:50:06 -0700	[thread overview]
Message-ID: <200604101850.k3AIo62n005320@scanner2.ics.uci.edu> (raw)

CID: 24
Checker: FORWARD_NULL (help)
File: emacs/src/xfaces.c
Function: Fx_list_fonts
Description: Variable "f" tracked as NULL was passed to a function that dereferences it.

Event assign_zero: Variable "f" assigned value 0.
Also see events: [var_deref_model]

3022 	      f = NULL;
3023 	      face = Qnil;
3024 	    }
3025 	
3026 	  /* Determine the width standard for comparison with the fonts we find.  */
3027 	

At conditional (1): "face == Qnil" taking false path

3028 	  if (NILP (face))
3029 	    size = 0;
3030 	  else
3031 	    {
3032 	      /* This is of limited utility since it works with character
3033 		 widths.  Keep it for compatibility.  --gerd.  */

Event var_deref_model: Variable "f" tracked as NULL was passed to a function that dereferences it. [model]
Also see events: [assign_zero]

3034 	      int face_id = lookup_named_face (f, face, 0, 0);
3035 	      struct face *face = (face_id < 0
3036 				   ? NULL
3037 				   : FACE_FROM_ID (f, face_id));
3038 	

             reply	other threads:[~2006-04-10 18:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-10 18:50 Dan Nicolaescu [this message]
2006-04-10 19:00 ` Problem report #24 Stefan Monnier
2006-04-11  7:00   ` Jan D.
2006-04-11 14:29     ` Stefan Monnier
2006-04-12  2:20       ` Richard Stallman
2006-04-12  3:39         ` Stefan Monnier

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=200604101850.k3AIo62n005320@scanner2.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --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).