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

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

Commit: 6a42ab4eb8dc0b192f61671890bd34d495426f96
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-07T15:54:07Z
Releases: 8.2.14
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 +29 −11