Fix invalid array access in trgm_regexp.c.

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

Commit: 6ee479abfc27a18c37fe77140d16d3ac31f4ac31
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-02-22T00:46:46Z
Releases: 14.0
Fix invalid array access in trgm_regexp.c.

Brown-paper-bag bug in 08c0d6ad6: I missed one place that needed
to guard against RAINBOW arc colors.  Remarkably, nothing noticed
the invalid array access except buildfarm member thorntail.

Thanks to Noah Misch for assistance with tracking this down.

Files

PathChange+/−
contrib/pg_trgm/trgm_regexp.c modified +8 −2