Re: Fix uninitialized copy_data var (src/backend/commands/subscriptioncmds.c) - Mailing list pgsql-hackers

From Ranier Vilela
Subject Re: Fix uninitialized copy_data var (src/backend/commands/subscriptioncmds.c)
Date
Msg-id CAEudQAqSbTEyGo_nGRpi1Uvq8WaRKvgPiEz6rCK6mg2W9fqQuw@mail.gmail.com
Whole thread Raw
In response to Re: Fix uninitialized copy_data var (src/backend/commands/subscriptioncmds.c)  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers
Em dom., 27 de jun. de 2021 às 21:18, Peter Smith <smithpb2250@gmail.com> escreveu:
On Fri, Jun 25, 2021 at 11:55 PM Ranier Vilela <ranier.vf@gmail.com> wrote:
>
>
> https://github.com/postgres/postgres/commit/3af10943ce21450e299b3915b9cad47cd90369e9
> fixes some issues with subscriptioncmds.c, but IMHO still lack this issue.
>

I have not tested this, and gcc gave no warnings about it, but just by
visual code inspection I do agree with you that this looks like a
problem, even in the latest code.

IIUC for the case ALTER_SUBSCRIPTION_DROP_PUBLICATION it looks like
the uninitialized copy_data local stack var would remain uninitialized
(undefined) still at the time it is passed at
AlterSubscription_refresh(sub, copy_data);
Thanks Peter, for the review.

regards,
Ranier Vilela

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Multiple pg_waldump --rmgr options
Next
From: Ranier Vilela
Date:
Subject: Re: Fix uninitialized copy_data var (src/backend/commands/subscriptioncmds.c)