Re: fix memcpy() overlap - Mailing list pgsql-patches

From Tom Lane
Subject Re: fix memcpy() overlap
Date
Msg-id 28379.1075755544@sss.pgh.pa.us
Whole thread Raw
In response to fix memcpy() overlap  (Neil Conway <neilc@samurai.com>)
Responses Re: fix memcpy() overlap
Re: fix memcpy() overlap
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> I don't know of a memcpy() implementation that would actually bail out
> if called with two equal pointers, but perhaps there is one in
> existence somewhere.

This isn't a bug, and I see no reason to clutter the code just to shut
up valgrind.

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: fix memcpy() overlap
Next
From: "Magnus Hagander"
Date:
Subject: Win32 signals patch #2