From: Kenichi Handa <handa@m17n.org>
Subject: Re: Problem report #52 FALSE
Date: Fri, 14 Apr 2006 10:36:19 +0900 [thread overview]
Message-ID: <E1FUDER-0001BE-00@etlken> (raw)
In-Reply-To: <200604111549.k3BFnfk0015135@scanner2.ics.uci.edu> (message from Dan Nicolaescu on Tue, 11 Apr 2006 08:49:41 -0700)
In article <200604111549.k3BFnfk0015135@scanner2.ics.uci.edu>, Dan Nicolaescu <dann@ics.uci.edu> 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
handa@m17n.org
prev parent reply other threads:[~2006-04-14 1:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-11 15:49 Problem report #52 Dan Nicolaescu
2006-04-14 1:36 ` Kenichi Handa [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
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=E1FUDER-0001BE-00@etlken \
--to=handa@m17n.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).