BUG #18233: coerce_type accepts NULL as pstate and can pass it to coerce_record_to_complex

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: rekgrpth(at)gmail(dot)com
Subject: BUG #18233: coerce_type accepts NULL as pstate and can pass it to coerce_record_to_complex
Date: 2023-12-07 12:49:23
Message-ID: 18233-98fe3f5ee55550ff@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18233
Logged by: RekGRpth
Email address: rekgrpth(at)gmail(dot)com
PostgreSQL version: 16.1
Operating system: all
Description:

coerce_type accepts NULL as pstate and can pass it to
coerce_record_to_complex, which passes it to GetNSItemByRangeTablePosn,
which dereferences it.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-12-07 14:30:45 Re: BUG #18232: Function pushJsonbValueScalar has not Assert(scalarVal) on WJB_KEY, WJB_VALUE and WJB_ELEM
Previous Message PG Bug reporting form 2023-12-07 11:21:34 BUG #18232: Function pushJsonbValueScalar has not Assert(scalarVal) on WJB_KEY, WJB_VALUE and WJB_ELEM