Re: SecFix for databases/firebird, please review

2003-08-28 Thread Alexander Leidinger
On Wed, 27 Aug 2003 08:33:43 -0700 Joshua Oreman <[EMAIL PROTECTED]> wrote: > > > You also still don't add: > > > > > > buf[sizeof(buf) - 1] = '\0'; > > > > > > after all strncat(3)s. > > > > Hmmm... yes, I see the problem... > > >From strncat(3): > char* strncat (char * restrict s, co

Re: SecFix for databases/firebird, please review

2003-08-27 Thread Joshua Oreman
On Wed, Aug 27, 2003 at 11:17:33AM +0200 or thereabouts, Alexander Leidinger wrote: > On Wed, 27 Aug 2003 10:10:36 +0200 > Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: > > > On Mon, Aug 18, 2003 at 11:59:28AM +0200, Alexander Leidinger wrote: > > +> Thanks for the review. I've updated > > +> htt