(yet) more buffer paranoia - Mailing list pgsql-patches

From Neil Conway
Subject (yet) more buffer paranoia
Date
Msg-id 87r8gpb2ca.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: (yet) more buffer paranoia  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: (yet) more buffer paranoia  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: (yet) more buffer paranoia  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: (yet) more buffer paranoia  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
This patches replaces a few more usages of strcpy() and sprintf() when
copying into a fixed-size buffer (in this case, a buffer of
NAMEDATALEN bytes). AFAICT nothing to worry about here, but worth
fixing anyway...

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Barry Lind
Date:
Subject: Re: prepare patch
Next
From: Bruce Momjian
Date:
Subject: Re: (yet) more buffer paranoia