Re: Avoid resource leak (src/bin/pg_resetwal/pg_resetwal.c)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-24T06:04:50Z
Lists: pgsql-hackers
On Thu, Oct 23, 2025 at 09:26:24PM -0300, Ranier Vilela wrote: > The function *read_controlfile* is responsible for updating old pg_control > versions. > Coverity complains that the struct ControlFileData buffer is leaked. > > I think that is right. Bis repetita. Allocation in the context of a short-term binary execution. -- Michael