Re: [HACKERS] 6.1 progress - Mailing list pgsql-hackers

From Tymm Twillman
Subject Re: [HACKERS] 6.1 progress
Date
Msg-id d922e4e6f27c482546e6802ed99d1acc
Whole thread Raw
In response to [HACKERS] 6.1 progress  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> > If I remember correctly, not all of there problems from Purifying the
> > backend were memory leaks....there were array bounds errors ( should be
> > easy to track down) and uninitialized memory being read...stuff like
> > that...should be interesting...

I checked the UMR's; all of them are generated between 2 lines of code:

fe-connect.c:

        pe = getprotobyname ("TCP");

fe-auth.c:

        struct passwd *pw = getpwuid(geteuid());

They are not postgeSQL code errors (yay :) )... They're all from NIS
passing things around.

BTW, Igor: wonderful job on the psql patches-- my tests confirm the no
leaked bytes on regression tests.

- -Tymm

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

End of hackers-digest V1 #376
*****************************

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: fixed: Re: [HACKERS] Bug in CREATE TABLE
Next
From: Michael Reifenberger
Date:
Subject: Re: [HACKERS] FATAL 1:btree: items are out of order