mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Last-minute updates for release notes.
Security: CVE-2016-0773
This commit is contained in:
parent
98d6b73059
commit
730c89b792
1 changed files with 13 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue