emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem report #113: base/src/emacs/src/coding.c (decode_coding_obj


From: Davis Herring
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)
User-agent: SquirrelMail/1.4.8-4.0.1.el5.lanl.4

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]