1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Update release notes.

Security: CVE-2010-4015
This commit is contained in:
Tom Lane
2011-01-27 17:45:47 -05:00
parent d1fd7b290c
commit b29720f997
3 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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