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

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

Commit: bb6bbc3277d406bc7699e526cd8c41e73a5fc744
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-07T15:53:54Z
Releases: 8.4.0
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.c modified +28 −10