diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-27 17:45:37 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-27 17:47:10 -0500 |
commit | 43054624979de3205fbc432f15defd4b9d5922e9 (patch) | |
tree | feea0cb287dc71f8e183a3feb109dcb5fe45566b /doc/src | |
parent | 7ccb6dc2d3e266a551827bb99179708580f72431 (diff) | |
download | postgresql-43054624979de3205fbc432f15defd4b9d5922e9.tar.gz postgresql-43054624979de3205fbc432f15defd4b9d5922e9.zip |
Update release notes.
Security: CVE-2010-4015
Diffstat (limited to 'doc/src')
-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 | ||||
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 13 |
4 files changed, 52 insertions, 0 deletions
diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml index dd82ee69d3a..2dd49d6a063 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 5d691a4183f..c0595ab5df0 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 8d00a55f5d4..5cabfb4d014 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> diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 482f628fb79..dcd9e1e22c1 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -146,6 +146,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> |