Fix memcmp() with different sizes.

From: Kurt Roeckx <Q(at)ping(dot)be>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fix memcmp() with different sizes.
Date: 2004-02-02 22:22:47
Message-ID: 20040202222247.GA953@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Not everything in the re_array is the same size. This patch
first checks that they actually are the same size in the first
place.

Kurt

Attachment Content-Type Size
regexp-memcmp.diff text/plain 648 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-02-02 22:36:51 Re: Win32 signals patch #2
Previous Message Michael van Elst 2004-02-02 22:19:49 Re: fix memcpy() overlap