From aefb8d9198926e9f7717d6420b802ae4b6352293 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 27 Jan 2011 17:45:42 -0500 Subject: [PATCH] Update release notes. Security: CVE-2010-4015 --- doc/src/sgml/release-8.2.sgml | 13 +++++++++++++ doc/src/sgml/release-8.3.sgml | 13 +++++++++++++ doc/src/sgml/release-8.4.sgml | 13 +++++++++++++ doc/src/sgml/release-9.0.sgml | 13 +++++++++++++ 4 files changed, 52 insertions(+) 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 @@ + Fix buffer overrun in contrib/intarray's input function + for the query_int type (Apple) + + + + 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) + + + + + Fix bug in contrib/seg's GiST picksplit algorithm (Alexander Korotkov) 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 @@ + Fix buffer overrun in contrib/intarray's input function + for the query_int type (Apple) + + + + 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) + + + + + Fix bug in contrib/seg's GiST picksplit algorithm (Alexander Korotkov) 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 @@ + Fix buffer overrun in contrib/intarray's input function + for the query_int type (Apple) + + + + 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) + + + + + Fix bug in contrib/seg's GiST picksplit algorithm (Alexander Korotkov) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 482f628fb7..dcd9e1e22c 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -146,6 +146,19 @@ + Fix buffer overrun in contrib/intarray's input function + for the query_int type (Apple) + + + + 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) + + + + + Fix bug in contrib/seg's GiST picksplit algorithm (Alexander Korotkov) -- 2.11.0