X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 4976CD1B19A for ; Thu, 24 Jun 2004 04:13:18 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 55678-07 for ; Thu, 24 Jun 2004 07:13:17 +0000 (GMT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by svr1.postgresql.org (Postfix) with ESMTP id 8642AD1BAC0 for ; Thu, 24 Jun 2004 04:13:14 -0300 (ADT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by news.hub.org (8.12.9/8.12.9) with ESMTP id i5O7DEQC098205 for ; Thu, 24 Jun 2004 07:13:14 GMT (envelope-from news@news.hub.org) Received: (from news@localhost) by news.hub.org (8.12.9/8.12.9/Submit) id i5O6lhqa093689 for pgsql-hackers@postgresql.org; Thu, 24 Jun 2004 06:47:43 GMT From: "Thomas Hallgren" X-Newsgroups: comp.databases.postgresql.hackers Subject: Re: bug in GUC Date: Thu, 24 Jun 2004 08:49:21 +0200 Organization: Hub.Org Networking Services Lines: 26 Message-ID: References: <20040624052712.GA7158@dcc.uchile.cl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@news.hub.org X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 To: pgsql-hackers@postgresql.org X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.8 tagged_above=0.0 required=5.0 tests=PRIORITY_NO_NAME X-Spam-Level: X-Archive-Number: 200406/849 X-Sequence-Number: 55399 I'll look into that. Thanks for pointing it out. Kind regards, Thomas Hallgren "Alvaro Herrera" wrote in message news:20040624052712.GA7158@dcc.uchile.cl... > Hackers, > > I think there a bug in the GUC mechanism. The custom variables patch > added several malloc() and a strdup() call, and they are never checked > for an out of memory condition. > > -- > Alvaro Herrera () > "El que vive para el futuro es un iluso, y el que vive para el pasado, > un imbécil" (Luis Adler, "Los tripulantes de la noche") > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org >