Re: more buffer paranoia - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: more buffer paranoia
Date
Msg-id 200208282046.g7SKk6P27229@candle.pha.pa.us
Whole thread Raw
In response to more buffer paranoia  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Neil Conway wrote:
> This patch adds length checking for a bunch of instances in the
> backend where a statically sized buffer is written to. Most of these
> should be pretty safe in practice, but it's probably better to be safe
> than sorry.
>
> I was actually looking for cases where NAMEDATALEN is assumed to be
> 32, but only found one. That's fixed too, as well as a few bits of
> code cleanup.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Fix for segfault in pgmodule.c: pgquery_dictresult()
Next
From: Bruce Momjian
Date:
Subject: Re: CREATE INDEX error message