Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs
Date
Msg-id X/FTDocQD3D7+aIJ@paquier.xyz
Whole thread Raw
In response to BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-bugs
On Sat, Jan 02, 2021 at 03:00:00PM +0000, PG Bug reporting form wrote:
> valgrind detects an invalid read:
> ==00:00:00:04.145 217144== Invalid read of size 8
> ==00:00:00:04.145 217144==    at 0x302CB7: makeDependencyGraphWalker
> (parse_cte.c:549)
> ==00:00:00:04.145 217144==    by 0x302EA1: makeDependencyGraph
> (parse_cte.c:439)
> ==00:00:00:04.145 217144==    by 0x304557: transformWithClause
> (parse_cte.c:176)
>
> The first bad commit is 1cff1b95.

The same kind of list manipulation is done in two places in
parse_cte.c, and there are extra ones in split_pathtarget_walker().  I
cannot reproduce that here, and I have just tried with different
optimization levels on HEAD and REL_13_STABLE.  Are you using specific
options for valgrind?
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs
Next
From: Alexander Lakhin
Date:
Subject: Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs