emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem report #34


From: Kenichi Handa
Subject: Re: Problem report #34
Date: Mon, 10 Apr 2006 15:52:34 +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>, Ken Raeburn <address@hidden> writes:

>>> Description: Overrun of static array "(((coding)- 
>>> >spec).iso2022).requested_designation" of size 255 at position 255  
>>> with index variable "charset"
>> 
>> As it is assured that "charset <= 255", this is not an error.

> But requested_designation only has 255 elements -- indices 0 through  
> 254.

Oops, it was my typo.  It is assured that "charset <= 254".

In charset.h, we have this definition.

/* Maximum value of overall charset identification number.  */
#define MAX_CHARSET 0xFE

---
Kenichi Handa
address@hidden




reply via email to

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