emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem report #52 FALSE


From: Kenichi Handa
Subject: Re: Problem report #52 FALSE
Date: Fri, 14 Apr 2006 10:36:19 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Dan Nicolaescu <address@hidden> writes:

> CID: 52
> Checker: UNINIT (help)
> File: emacs/src/charset.c
> Function: string_to_char
> Description: Using uninitialized value "c2"

> Event var_decl: Declared variable "c2" without initializer
> Also see events: [uninit_use]
[...]
> 296     SPLIT_MULTIBYTE_SEQ (str, len, bytes, charset, c1, c2);

This macro sets c2 when charset is two-dimensional, and

> Event uninit_use: Using uninitialized value "c2"
[...]
> 297     c = MAKE_CHAR (charset, c1, c2);

this macro refers to c2 only when charset is two-dimensional.

So, there's no bug.

---
Kenichi Handa
address@hidden




reply via email to

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