Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s6a51-000ULV-6N for pgsql-hackers@arkaria.postgresql.org; Mon, 13 May 2024 18:07:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s6a51-003atn-5P for pgsql-hackers@arkaria.postgresql.org; Mon, 13 May 2024 18:07:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s6a50-003ate-Ol for pgsql-hackers@lists.postgresql.org; Mon, 13 May 2024 18:07:18 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s6a4t-0002L0-To for pgsql-hackers@postgresql.org; Mon, 13 May 2024 18:07:17 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 29C0F3017B7B for ; Mon, 13 May 2024 20:07:09 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 198DE2E2ACD8; Mon, 13 May 2024 20:07:09 +0200 (CEST) Received: from s471.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id 17A787CEA7F; Mon, 13 May 2024 20:07:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with LMTP id vXBUKZUDmrvc; Mon, 13 May 2024 20:07:08 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id AB02A2C8BAB0; Mon, 13 May 2024 20:07:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1715623628; bh=C3ytD8fZGc1PzhftEs300IwhPL67IrFBZZAiYmHnuTk=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=cP5foAU5AgN4P0m/9xfHlXA/JWq57+4Fs4KDm7K7IuiIthWrzayt24GoaH8h0d5r+ Eo3UFmSydJytUjImo30MtC2fEufaO2xIAyaQno471NSSIqeYtch/6mV9q63vlPIRvi tU6Bzde6lldVD7DTQGgZoLi8F59ej6od4V9AZT3hyfjk+dSS0uEZn2lIda3a+N0axm WyV4LflkE/j7nfWnuCDQoBPpbvnxS3oyNuV6s7IdjsXrntPsq6nU/55nxFf+xR2LCB YkIIftL6vGbCfjPMRPBr6p2ReT7FfimB5VRWGK4293uBeBBPLiM7qYOG9JavU81qPz 15joo1YhBpwWQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Fix resource leak (src/backend/libpq/be-secure-common.c) From: Daniel Gustafsson In-Reply-To: Date: Mon, 13 May 2024 20:06:57 +0200 Cc: PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <88E977CA-5951-4D51-B594-489ACF3DA10C@yesql.se> References: To: Ranier Vilela X-Mailer: Apple Mail (2.3774.500.171.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 13 May 2024, at 20:05, Ranier Vilela wrote: > Em qua., 10 de abr. de 2024 =C3=A0s 15:33, Daniel Gustafsson = escreveu: > Thanks, I'll have a look. I've left this for post-freeze on purpose = to not > cause unnecessary rebasing. Will take a look over the next few days = unless > beaten to it. > Any chance we'll have these fixes in v17? Nice timing, I was actually rebasing them today to get them committed. -- Daniel Gustafsson