Re: BUG #18943: Return value of a function 'xmlBufferCreate' is dereferenced at xpath.c:177 without checking for NUL
Robin Haberkorn <haberkorn@b1-systems.de>
From: "Robin Haberkorn" <haberkorn@b1-systems.de>
To: "Michael Paquier" <michael@paquier.xyz>, "Jim Jones"
<jim.jones@uni-muenster.de>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>, <pgsql-bugs@lists.postgresql.org>,
<maralist86@mail.ru>
Date: 2025-07-08T09:49:20Z
Lists: pgsql-bugs
Hello Michael! On Sun Jun 8, 2025 at 05:19:29 GMT +03, Michael Paquier wrote: > I have updated the patches with the attached, splitting the parts for > contrib/xml2/ and the backend into two parts. These touch error paths > that are very unlikely going to be hit in practice, so let's do all > that once v19 opens for business only on HEAD. I know this has already been committed, but why are we still using PG_XML_STRICTNESS_LEGACY in xpath.c? As we are always checking pg_xml_error_occurred() this should no longer be necessary. It's of course also still in xslt_proc.c, but I have submitted a separate patch to the ongoing Commitfest, which will resolve that. [1] Best regards, Robin Haberkorn [1] https://commitfest.postgresql.org/patch/5718/ btw. it's still looking for a rewiever. -- Robin Haberkorn Software Engineer B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / https://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt, HRB 3537
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
xml2: Fix failure with xslt_process() under -fsanitize=undefined
- 70f7c5badcc0 14.23 landed
- 0b0041b942f7 15.18 landed
- 5f46c617e95f 16.14 landed
- 63aa4342da23 17.10 landed
- e33a4fda0027 18.4 landed
- 7d64419f8073 19 (unreleased) landed
-
Fix misuse of "volatile" in xml.c
- 6307b096e259 19 (unreleased) landed
-
xml2: Improve error handling of libxml2 calls
- 732061150b00 19 (unreleased) landed
-
Improve error handling of libxml2 calls in xml.c
- 2e947217474c 19 (unreleased) landed