Re: strange valgrind reports about wrapper_handler on 64-bit arm

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: strange valgrind reports about wrapper_handler on 64-bit arm
Date: 2025-03-07 20:38:47
Message-ID: Z8tZV4zv4uoAFHNa@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 07, 2025 at 10:52:10AM -0600, Nathan Bossart wrote:
> Good enough for me. I'll commit/back-patch to v17 the attached soon.

On second thought, since the signal number is a signed integer, I think we
also ought to check that it's > 0. I'm running the attached patch through
the CI tests to make sure that's correct for the common platforms. If that
looks good, I'm planning to commit it.

--
nathan

Attachment Content-Type Size
v2-0001-Assert-that-wrapper_handler-s-argument-is-within-.patch text/plain 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2025-03-07 20:46:19 Re: Statistics Import and Export
Previous Message Rafael Thofehrn Castro 2025-03-07 20:34:32 Re: Proposal: Progressive explain