all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Davis Herring" <herring@lanl.gov>
To: "Dan Nicolaescu" <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
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)	[thread overview]
Message-ID: <42290.128.165.123.18.1228260676.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <200812022223.mB2MNbXD021766@mothra.ics.uci.edu>

> 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.




      reply	other threads:[~2008-12-02 23:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02 22:23 Problem report #113: base/src/emacs/src/coding.c (decode_coding_object); UNINIT Dan Nicolaescu
2008-12-02 23:31 ` Davis Herring [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42290.128.165.123.18.1228260676.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.