Re: [BUGS] MM Bug in libecpg

2001-10-05 Thread Bruce Momjian
Patch applied. Thanks. > Hi, > > I'd like to report a bug in the memory management of libecpg > (PostgreSQL version 7.1.3). > > The ECPGLog() call in ./src/interfaces/ecpg/lib/connect.c line 428 > uses variables pointing to free()'ed storage (`realname', `host', > `port', and `options', see p

[BUGS] MM Bug in libecpg

2001-10-01 Thread Sascha Demetrio
Hi, I'd like to report a bug in the memory management of libecpg (PostgreSQL version 7.1.3). The ECPGLog() call in ./src/interfaces/ecpg/lib/connect.c line 428 uses variables pointing to free()'ed storage (`realname', `host', `port', and `options', see patch below). regards, Sascha Deme