mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
ctype-eucjpms.c:
After merge fix.
This commit is contained in:
parent
18354f4570
commit
b950bc210c
1 changed files with 3 additions and 0 deletions
|
@ -8417,7 +8417,10 @@ uint my_well_formed_len_eucjpms(CHARSET_INFO *cs __attribute__((unused)),
|
|||
{
|
||||
ch= *b++;
|
||||
if (b >= (uchar*) end)
|
||||
{
|
||||
*error= 1;
|
||||
return chbeg - beg; /* unexpected EOL */
|
||||
}
|
||||
}
|
||||
|
||||
if (ch >= 0xA1 && ch <= 0xFE &&
|
||||
|
|
Loading…
Reference in a new issue