File tree 4 files changed +52
-0
lines changed
4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 34
34
35
35
<itemizedlist>
36
36
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
+
37
50
<listitem>
38
51
<para>
39
52
Perform an immediate shutdown if the <filename>postmaster.pid</> file
Original file line number Diff line number Diff line change 34
34
35
35
<itemizedlist>
36
36
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
+
37
50
<listitem>
38
51
<para>
39
52
Perform an immediate shutdown if the <filename>postmaster.pid</> file
Original file line number Diff line number Diff line change 34
34
35
35
<itemizedlist>
36
36
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
+
37
50
<listitem>
38
51
<para>
39
52
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
65
65
</para>
66
66
</listitem>
67
67
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
+
68
81
<!--
69
82
Author: Tom Lane <tgl@sss.pgh.pa.us>
70
83
Branch: master [7e2a18a91] 2015-10-06 17:15:52 -0400
You can’t perform that action at this time.
0 commit comments