]> granicus.if.org Git - postgresql/commit
Defend against non-ASCII letters in fuzzystrmatch code. The functions
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Apr 2009 15:53:54 +0000 (15:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Apr 2009 15:53:54 +0000 (15:53 +0000)
commitbb6bbc3277d406bc7699e526cd8c41e73a5fc744
tree021ee9010d741094130a1c73468066429636ef86
parentc35eb1504a7984754d734e20ed1e4732be6fabc4
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.
contrib/fuzzystrmatch/fuzzystrmatch.c