Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From [email protected] (Tom Lane)
Subject pgsql: Defend against non-ASCII letters in fuzzystrmatch code.
Date
Msg-id [email protected]
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_2_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.h (r1.14 -> r1.14.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h?r1=1.14&r2=1.14.2.1)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Defend against non-ASCII letters in fuzzystrmatch code.