diff options
author | Tom Lane | 2011-01-27 22:45:47 +0000 |
---|---|---|
committer | Tom Lane | 2011-01-27 22:47:21 +0000 |
commit | b29720f99744cb0cb1ca649f3e22ede979554957 (patch) | |
tree | b744ebe965bd64dd3f89c7d62d2b994519131616 | |
parent | d1fd7b290c82867d6abe945551546d398741a4b3 (diff) |
Update release notes.
Security: CVE-2010-4015
-rw-r--r-- | doc/src/sgml/release-8.2.sgml | 13 | ||||
-rw-r--r-- | doc/src/sgml/release-8.3.sgml | 13 | ||||
-rw-r--r-- | doc/src/sgml/release-8.4.sgml | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml index dd82ee69d3..2dd49d6a06 100644 --- a/doc/src/sgml/release-8.2.sgml +++ b/doc/src/sgml/release-8.2.sgml @@ -102,6 +102,19 @@ <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 (Alexander Korotkov) </para> diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml index 5d691a4183..c0595ab5df 100644 --- a/doc/src/sgml/release-8.3.sgml +++ b/doc/src/sgml/release-8.3.sgml @@ -102,6 +102,19 @@ <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 (Alexander Korotkov) </para> diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 8d00a55f5d..5cabfb4d01 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -102,6 +102,19 @@ <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 (Alexander Korotkov) </para> |