Обсуждение: Avoid resource leak (src/bin/pg_resetwal/pg_resetwal.c)

Поиск
Список
Период
Сортировка

Avoid resource leak (src/bin/pg_resetwal/pg_resetwal.c)

От
Ranier Vilela
Дата:
Hi.

Per Coverity.

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.

Trivial patch attached.

best regards,
Ranier Vilela
Вложения

Re: Avoid resource leak (src/bin/pg_resetwal/pg_resetwal.c)

От
Michael Paquier
Дата:
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

Вложения