mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 03:00:24 -04:00
Update release notes.
Security: CVE-2010-4015
This commit is contained in:
parent
d1fd7b290c
commit
b29720f997
3 changed files with 39 additions and 0 deletions
|
|
@ -100,6 +100,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix buffer overrun in <filename>contrib/intarray</>'s input function
|
||||
for the <type>query_int</> type (Apple)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This bug is a security risk since the function's return address could
|
||||
be overwritten. Thanks to Apple Inc's security team for reporting this
|
||||
issue and supplying the fix. (CVE-2010-4015)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm
|
||||
|
|
|
|||
|
|
@ -100,6 +100,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix buffer overrun in <filename>contrib/intarray</>'s input function
|
||||
for the <type>query_int</> type (Apple)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This bug is a security risk since the function's return address could
|
||||
be overwritten. Thanks to Apple Inc's security team for reporting this
|
||||
issue and supplying the fix. (CVE-2010-4015)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm
|
||||
|
|
|
|||
|
|
@ -100,6 +100,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix buffer overrun in <filename>contrib/intarray</>'s input function
|
||||
for the <type>query_int</> type (Apple)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This bug is a security risk since the function's return address could
|
||||
be overwritten. Thanks to Apple Inc's security team for reporting this
|
||||
issue and supplying the fix. (CVE-2010-4015)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm
|
||||
|
|
|
|||
Loading…
Reference in a new issue