Fix out-of-bounds with function PQescapeInternal

Edit
ID 4910
Title Fix out-of-bounds with function PQescapeInternal
Topic Bug Fixes
Created 2024-04-01 11:29:51
Last modified 2024-04-04 17:33:42 (7 months, 2 weeks ago)
Latest email 2024-04-04 17:31:59 (7 months, 2 weeks ago)
Status
2024-07: Rejected
Target version 17
Authors Ranier Vilela (raniervilela)
Reviewers Tom Lane (tgl)Become reviewer
Committer
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/4910
git checkout commitfest/cf/4910
Emails
Fix out-of-bounds in the function PQescapeinternal (src/interfaces/libpq/fe-exec.c)
First at 2024-03-30 11:36:55 by Ranier Vilela <ranier.vf at gmail.com>
Latest at 2024-04-04 17:31:59 by Ranier Vilela <ranier.vf at gmail.com>
Latest attachment (assert-PQescapeInternal-isnt-broken.patch) at 2024-04-02 21:13:20 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (assert-PQescapeInternal-isnt-broken.patch) at 2024-04-02 21:13:20 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (fix-out-of-bouds-libpqinternal.patch) at 2024-03-30 11:36:55 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
History
When Who What
2024-04-04 17:33:42 Ranier Vilela (raniervilela) Closed in commitfest 2024-07 with status: Rejected
2024-04-02 21:13:43 Tom Lane (tgl) Closed in commitfest 2024-07 with status: Rejected
2024-04-02 21:13:34 Tom Lane (tgl) Added tgl as reviewer
2024-04-01 11:30:06 Ranier Vilela (raniervilela) Changed authors to Ranier Vilela (raniervilela)
2024-04-01 11:30:06 Ranier Vilela (raniervilela) Changed targetversion to 17
2024-04-01 11:29:51 Ranier Vilela (raniervilela) Attached mail thread CAEudQAokoJFsNoDwOwbuLzBKP67nMhkL0Qe_1WztEfK1JAKDCg@mail.gmail.com
2024-04-01 11:29:51 Ranier Vilela (raniervilela) Created patch record
Edit