Re: [HACKERS] sprintf() of char* value, no memory allocation?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] sprintf() of char* value, no memory allocation?
Date: 1998-12-14 04:24:56
Message-ID: 199812140424.XAA07146@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> executor/nodeTee.c, line 174? I can't find anywhere where space was
> allocated...?

Yep. However, I think Tee may never be used as a node by any query, so
it may not be a problem. Search the archives. You may find
someone(Vadim?) saying that Tee is never used.

Still, should be cleaned up.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-12-14 04:26:41 Re: [HACKERS] Alot of code...NOT_USED...
Previous Message The Hermit Hacker 1998-12-14 04:15:36 sprintf() of char* value, no memory allocation?