Skip to content

Commit ce12d66

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2025-4207
1 parent d126494 commit ce12d66

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<para>
2626
However, if you have any self-referential foreign key constraints on
2727
partitioned tables, it may be necessary to recreate those constraints
28-
to ensure that they are being enforced correctly. See the first
28+
to ensure that they are being enforced correctly. See the second
2929
changelog entry below.
3030
</para>
3131

3232
<para>
3333
Also, if you have any BRIN bloom indexes, it may be advisable to
34-
reindex them after updating. See the second changelog entry below.
34+
reindex them after updating. See the third changelog entry below.
3535
</para>
3636

3737
<para>
@@ -47,6 +47,39 @@
4747

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

0 commit comments

Comments
 (0)