Fix incorrect PG_GETARG in pgcrypto

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix incorrect PG_GETARG in pgcrypto
Date: 2024-02-13 04:30:40
Message-ID: CAGRkXqRfiWT--DzVPx_UGpNHTt0YT5Jo8eV2CtT56jNP=QpXSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

I'd like to bring to your attention that I recently identified some
functions in pgcrypto that are using PG_GETARG functions in a way that
doesn't match the expected function signature of the stored
procedures. This patch proposes a solution to address these
inconsistencies and ensure proper alignment.

Thanks,
Shihao

Attachment Content-Type Size
fix_getarg.patch application/octet-stream 3.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2024-02-13 05:07:26 Re: Statistics Import and Export
Previous Message shihao zhong 2024-02-13 04:21:41 Re: Encoding protection for pgcrypto