Re: Memory leak in pg_hmac_final

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Memory leak in pg_hmac_final
Date: 2021-10-01 12:05:05
Message-ID: B5385D10-5A90-41F8-8358-888C45263C6A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 1 Oct 2021, at 12:39, Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru> wrote:

> Here is a patch fixing the subject.

Seems reasonable on a quick glance, the interim h buffer should be freed (this
is present since 14). I'll have another look at this in a bit and will take
care of it.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Shinderuk 2021-10-01 12:31:23 Re: Memory leak in pg_hmac_final
Previous Message Tom Lane 2021-10-01 11:50:37 Re: [EXTERNAL] Re: Add ETIMEDOUT to ALL_CONNECTION_FAILURE_ERRNOS