File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-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
You can’t perform that action at this time.
0 commit comments