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

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

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