Re: NULL passed as an argument to memcmp() in parse_func.c - Mailing list pgsql-hackers

From Robert Haas
Subject Re: NULL passed as an argument to memcmp() in parse_func.c
Date
Msg-id CA+TgmoZgksPwPKMt+s-8LquuUTRx_phckc0Q62pHFP0Nafk=mw@mail.gmail.com
Whole thread Raw
In response to Re: NULL passed as an argument to memcmp() in parse_func.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: NULL passed as an argument to memcmp() in parse_func.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Jun 22, 2015 at 2:55 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Piotr Stefaniak <postgres@piotr-stefaniak.me> writes:
>> There are two places in parse_func.c where memcmp() conditionally gets a
>> NULL as its first argument, which invokes undefined behavior. I guess
>> gcc -O2 will make some assumptions based on memcpy's __nonnull attribute.
>
> If I recall that code correctly, the assumption was that if the third
> argument is zero then memcmp() must not fetch any bytes (not should not,
> but MUST not) and therefore it doesn't matter if we pass a NULL.  Are
> you seeing any observable problem here, and if so what is it?

I dunno, this seems like playing with fire to me.  A null-test would
be pretty cheap insurance.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Next
From: Rajeev rastogi
Date:
Subject: Re: 9.5 release notes