Fix bogus array out-of-bounds BRIN Indexes

Edit
ID 3846
Title Fix bogus array out-of-bounds BRIN Indexes
Topic Bug Fixes
Created 2022-08-26 16:48:00
Last modified 2022-09-13 00:42:04 (2 years, 2 months ago)
Latest email 2022-09-14 00:34:51 (2 years, 2 months ago)
Status
2022-09: Committed
Target version 16
Authors Ranier Vilela (raniervilela)
Reviewers Become reviewer
Committer David Rowley (davidrowley)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3846
git checkout commitfest/cf/3846
Emails
Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c)
First at 2022-08-26 13:28:50 by Ranier Vilela <ranier.vf at gmail.com>
Latest at 2022-09-14 00:34:51 by Ranier Vilela <ranier.vf at gmail.com>
Latest attachment (pg_check.c) at 2022-09-14 00:34:51 from Ranier Vilela <ranier.vf at gmail.com>
    Attachment (pg_check.c) at 2022-09-14 00:34:51 from Ranier Vilela <ranier.vf at gmail.com> (Patch: No)
    Attachment (v1-string_fixes.patch) at 2022-09-05 18:07:27 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (string_fixes.patch) at 2022-09-05 13:40:43 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v3_avoid_referencing_out_of_bounds_array_elements.patch) at 2022-09-05 10:15:26 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (0002-avoid-small-issues-brin_minmax_multi.patch) at 2022-09-02 12:36:50 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (0001-fix-bogus-possible-array-out-bonds.patch) at 2022-08-26 13:28:50 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
History
When Who What
2022-09-13 00:42:04 Justin Pryzby (justinpryzby) Closed in commitfest 2022-09 with status: Committed
2022-09-13 00:42:04 Justin Pryzby (justinpryzby) Changed committer to davidrowley
2022-08-31 00:12:12 Ranier Vilela (raniervilela) New status: Ready for Committer
2022-08-26 16:48:26 Ranier Vilela (raniervilela) Changed authors to Ranier Vilela (raniervilela)
2022-08-26 16:48:26 Ranier Vilela (raniervilela) Changed targetversion to 16
2022-08-26 16:48:00 Ranier Vilela (raniervilela) Attached mail thread CAEudQAqJQzPitufX-jR=YUbJafpCDAKUnwgdbX_MzSc93wuvdw@mail.gmail.com
2022-08-26 16:48:00 Ranier Vilela (raniervilela) Created patch record
Edit