mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
Last-minute updates for release notes.
Security: CVE-2016-0773
This commit is contained in:
parent
e93516cf7f
commit
9dafc4130d
2 changed files with 26 additions and 0 deletions
|
|
@ -34,6 +34,19 @@
|
|||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix infinite loops and buffer-overrun problems in regular expressions
|
||||
(Tom Lane)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Very large character ranges in bracket expressions could cause
|
||||
infinite loops in some cases, and memory overwrites in other cases.
|
||||
(CVE-2016-0773)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Perform an immediate shutdown if the <filename>postmaster.pid</> file
|
||||
|
|
|
|||
|
|
@ -34,6 +34,19 @@
|
|||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix infinite loops and buffer-overrun problems in regular expressions
|
||||
(Tom Lane)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Very large character ranges in bracket expressions could cause
|
||||
infinite loops in some cases, and memory overwrites in other cases.
|
||||
(CVE-2016-0773)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Perform an immediate shutdown if the <filename>postmaster.pid</> file
|
||||
|
|
|
|||
Loading…
Reference in a new issue