File tree Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 3434
3535 <itemizedlist>
3636
37+ <listitem>
38+ <para>
39+ Fix infinite loops and buffer-overrun problems in regular expressions
40+ (Tom Lane)
41+ </para>
42+
43+ <para>
44+ Very large character ranges in bracket expressions could cause
45+ infinite loops in some cases, and memory overwrites in other cases.
46+ (CVE-2016-0773)
47+ </para>
48+ </listitem>
49+
3750 <listitem>
3851 <para>
3952 Perform an immediate shutdown if the <filename>postmaster.pid</> file
Original file line number Diff line number Diff line change 3434
3535 <itemizedlist>
3636
37+ <listitem>
38+ <para>
39+ Fix infinite loops and buffer-overrun problems in regular expressions
40+ (Tom Lane)
41+ </para>
42+
43+ <para>
44+ Very large character ranges in bracket expressions could cause
45+ infinite loops in some cases, and memory overwrites in other cases.
46+ (CVE-2016-0773)
47+ </para>
48+ </listitem>
49+
3750 <listitem>
3851 <para>
3952 Perform an immediate shutdown if the <filename>postmaster.pid</> file
Original file line number Diff line number Diff line change 3434
3535 <itemizedlist>
3636
37+ <listitem>
38+ <para>
39+ Fix infinite loops and buffer-overrun problems in regular expressions
40+ (Tom Lane)
41+ </para>
42+
43+ <para>
44+ Very large character ranges in bracket expressions could cause
45+ infinite loops in some cases, and memory overwrites in other cases.
46+ (CVE-2016-0773)
47+ </para>
48+ </listitem>
49+
3750 <listitem>
3851 <para>
3952 Perform an immediate shutdown if the <filename>postmaster.pid</> file
Original file line number Diff line number Diff line change @@ -65,6 +65,19 @@ Branch: REL9_4_STABLE [788e35ac0] 2015-11-05 18:15:48 -0500
6565 </para>
6666 </listitem>
6767
68+ <listitem>
69+ <para>
70+ Fix infinite loops and buffer-overrun problems in regular expressions
71+ (Tom Lane)
72+ </para>
73+
74+ <para>
75+ Very large character ranges in bracket expressions could cause
76+ infinite loops in some cases, and memory overwrites in other cases.
77+ (CVE-2016-0773)
78+ </para>
79+ </listitem>
80+
6881<!--
6982Author: Tom Lane <tgl@sss.pgh.pa.us>
7083Branch: master [7e2a18a91] 2015-10-06 17:15:52 -0400
You can’t perform that action at this time.
0 commit comments