pgsql: Defend against non-ASCII letters in fuzzystrmatch code. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Defend against non-ASCII letters in fuzzystrmatch code.
Date
Msg-id 20090407155422.11E9A7540F5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Defend against non-ASCII letters in fuzzystrmatch code.  The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.h (r1.10 -> r1.10.4.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h?r1=1.10&r2=1.10.4.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.