Skip to content

Commit 5dff5ce

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2025-4207
1 parent cbadeac commit 5dff5ce

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

doc/src/sgml/release-13.sgml

+34-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<para>
3232
However, if you have any self-referential foreign key constraints on
3333
partitioned tables, it may be necessary to recreate those constraints
34-
to ensure that they are being enforced correctly. See the first
34+
to ensure that they are being enforced correctly. See the second
3535
changelog entry below.
3636
</para>
3737

@@ -48,6 +48,39 @@
4848

4949
<listitem>
5050
<!--
51+
Author: Noah Misch <noah@leadboat.com>
52+
Branch: master [627acc3ca] 2025-05-05 04:52:04 -0700
53+
Branch: REL_17_STABLE [ec5f89e8a] 2025-05-05 04:52:07 -0700
54+
Branch: REL_16_STABLE [d1264948f] 2025-05-05 04:52:07 -0700
55+
Branch: REL_15_STABLE [44ba3f55f] 2025-05-05 04:52:08 -0700
56+
Branch: REL_14_STABLE [3f2ab7393] 2025-05-05 04:52:08 -0700
57+
Branch: REL_13_STABLE [cbadeaca9] 2025-05-05 04:52:08 -0700
58+
Branch: master [5be213caa] 2025-05-05 04:52:04 -0700
59+
Branch: REL_17_STABLE [617d34908] 2025-05-05 04:52:07 -0700
60+
Branch: REL_16_STABLE [f3bb0b2c4] 2025-05-05 04:52:07 -0700
61+
Branch: REL_15_STABLE [45fe7e08f] 2025-05-05 04:52:08 -0700
62+
Branch: REL_14_STABLE [258cde839] 2025-05-05 04:52:08 -0700
63+
Branch: REL_13_STABLE [7279e5820] 2025-05-05 04:52:08 -0700
64+
-->
65+
<para>
66+
Avoid one-byte buffer overread when examining invalidly-encoded
67+
strings that are claimed to be in GB18030 encoding
68+
(Noah Misch, Andres Freund)
69+
<ulink url="&commit_baseurl;cbadeaca9">&sect;</ulink>
70+
<ulink url="&commit_baseurl;7279e5820">&sect;</ulink>
71+
</para>
72+
73+
<para>
74+
While unlikely, a SIGSEGV crash could occur if an incomplete
75+
multibyte character appeared at the end of memory. This was
76+
possible both in the server and
77+
in <application>libpq</application>-using applications.
78+
(CVE-2025-4207)
79+
</para>
80+
</listitem>
81+
82+
<listitem>
83+
<!--
5184
Author: Álvaro Herrera <alvherre@kurilemu.de>
5285
Branch: master [c83a38758] 2025-05-02 21:25:50 +0200
5386
Branch: REL_17_STABLE [f51ae3187] 2025-05-02 21:25:50 +0200

0 commit comments

Comments
 (0)