8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11349f commit f6ba576Copy full SHA for f6ba576
doc/src/sgml/release-8.2.sgml
@@ -100,6 +100,19 @@
100
</para>
101
</listitem>
102
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
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
114
+ </listitem>
115
116
<listitem>
117
<para>
118
Fix bug in <filename>contrib/seg</>'s GiST picksplit algorithm
0 commit comments