Re: BUG #18943: Return value of a function 'xmlBufferCreate' isdereferenced at xpath.c:177 without checking for NUL - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #18943: Return value of a function 'xmlBufferCreate' isdereferenced at xpath.c:177 without checking for NUL
Date
Msg-id aa9FRUsCenN8Vfum@paquier.xyz
Whole thread Raw
In response to Re: BUG #18943: Return value of a function 'xmlBufferCreate' isdereferenced at xpath.c:177 without checking for NUL  (Michael Paquier <michael@paquier.xyz>)
Responses Re: BUG #18943: Return value of a function 'xmlBufferCreate' isdereferenced at xpath.c:177 without checking for NUL
List pgsql-bugs
On Mon, Mar 09, 2026 at 04:31:37PM +0900, Michael Paquier wrote:
> You are right, this needs to consider the pointer variable as
> volatile, as done in your patch, and not treat as volatile what is
> pointed at.  This comes from 2e947217474c, as of HEAD.  I'll take care
> of it later.  The same business has been fixed in xml2 as of
> 93001888d85c.

Fixed as of 6307b096e259.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Rafia Sabih
Date:
Subject: Re: Two issues with REFRESH MATERIALIZED VIEW CONCURRENTLY
Next
From: jiye
Date:
Subject: FDW connection drops with "Connection timed out" during async append query due to TCP receive buffer filling up