Hi,
On 2025-03-03 16:49:09 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > I wish the sanitizer treated mismatches of void * arguments against a "real
> > type" different from other mismatches, but ...
>
> Indeed. I think we have enough coverage of that via compile-time
> checks, though -- it's not like the type match or mismatch will vary
> dynamically.
I think it would be useful, it's pretty easy to have more actual mismatches
that the compiler won't warn about due to casts. But it is is how it is...
kestrel is green on all branches again.
Greetings,
Andres Freund