(decode_coding_charset): Check type of an element of
vector VALIDS.
This commit is contained in:
parent
b1bde62298
commit
1b17adfd3b
1 changed files with 1 additions and 1 deletions
|
@ -5160,7 +5160,7 @@ decode_coding_charset (coding)
|
|||
code = c;
|
||||
|
||||
val = AREF (valids, c);
|
||||
if (NILP (val))
|
||||
if (! INTEGERP (val) && ! CONSP (val))
|
||||
goto invalid_code;
|
||||
if (INTEGERP (val))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue