Replace px_memset() with explicit_bzero()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Replace px_memset() with explicit_bzero()
Date: 2026-08-25 08:14:02
Message-ID: a035c67f-4aa8-42e0-bb24-7b5abe927af4@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The former was trying to do the same as the latter, but the latter has
more robust and portable implementations, and it's the standard across
the tree, so replace and remove px_memset().

Attachment Content-Type Size
0001-Replace-px_memset-with-explicit_bzero.patch text/plain 15.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-08-25 08:15:25 Re: Fix for fragile code in ltree/crc32.c
Previous Message Heikki Linnakangas 2026-08-25 08:13:54 Re: Fix for fragile code in ltree/crc32.c