forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ee479a
committed
Fix invalid array access in trgm_regexp.c.
Brown-paper-bag bug in08c0d6a: I missed one place that neededto guard against RAINBOW arc colors. Remarkably, nothing noticedthe invalid array access except buildfarm member thorntail.Thanks to Noah Misch for assistance with tracking this down.1 parentea1268f commit6ee479a
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 |
| - | |
| 1223 | + | |
1224 | 1224 |
| |
1225 | 1225 |
| |
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 | 1230 |
| |
1231 |
| - | |
| 1231 | + | |
| 1232 | + | |
1232 | 1233 |
| |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
1233 | 1239 |
| |
1234 | 1240 |
| |
1235 | 1241 |
| |
|
0 commit comments
Comments
(0)