Skip to content

Commit b29720f

Browse files
committed
Update release notes.
Security: CVE-2010-4015
1 parent d1fd7b2 commit b29720f

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

doc/src/sgml/release-8.2.sgml

+13
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@
100100
</para>
101101
</listitem>
102102

103+
<listitem>
104+
<para>
105+
Fix buffer overrun in <filename>contrib/intarray</>'s input function
106+
for the <type>query_int</> type (Apple)
107+
</para>
108+
109+
<para>
110+
This bug is a security risk since the function's return address could
111+
be overwritten. Thanks to Apple Inc's security team for reporting this
112+
issue and supplying the fix. (CVE-2010-4015)
113+
</para>
114+
</listitem>
115+
103116
<listitem>
104117
<para>
105118
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm

doc/src/sgml/release-8.3.sgml

+13
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@
100100
</para>
101101
</listitem>
102102

103+
<listitem>
104+
<para>
105+
Fix buffer overrun in <filename>contrib/intarray</>'s input function
106+
for the <type>query_int</> type (Apple)
107+
</para>
108+
109+
<para>
110+
This bug is a security risk since the function's return address could
111+
be overwritten. Thanks to Apple Inc's security team for reporting this
112+
issue and supplying the fix. (CVE-2010-4015)
113+
</para>
114+
</listitem>
115+
103116
<listitem>
104117
<para>
105118
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm

doc/src/sgml/release-8.4.sgml

+13
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@
100100
</para>
101101
</listitem>
102102

103+
<listitem>
104+
<para>
105+
Fix buffer overrun in <filename>contrib/intarray</>'s input function
106+
for the <type>query_int</> type (Apple)
107+
</para>
108+
109+
<para>
110+
This bug is a security risk since the function's return address could
111+
be overwritten. Thanks to Apple Inc's security team for reporting this
112+
issue and supplying the fix. (CVE-2010-4015)
113+
</para>
114+
</listitem>
115+
103116
<listitem>
104117
<para>
105118
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm

0 commit comments

Comments
 (0)