Defend against non-ASCII letters in fuzzystrmatch code. The functions

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c58da6562845a9b8e4df7dd3f3ae0d95b6c1e267
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-07T15:54:22Z
Releases: 8.0.22
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.

Files

PathChange+/−
contrib/fuzzystrmatch/fuzzystrmatch.h modified +28 −10