pgsql: Tighten up SJIS byte sequence check. - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: Tighten up SJIS byte sequence check.
Date
Msg-id 20060304115402.797659DC853@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte
sequence such as "0x95 0x27". Patches from Akio Ishida.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis:
        euc_jp_and_sjis.c (r1.9.4.1 -> r1.9.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c.diff?r1=1.9.4.1&r2=1.9.4.2)

pgsql-committers by date:

Previous
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Tighten up SJIS byte sequence check.
Next
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Tighten up SJIS byte sequence check.