List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 15 2008 12:30pm
Subject:svn commit - mysqldoc@docsrva: r11252 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-07-15 14:30:54 +0200 (Tue, 15 Jul 2008)
New Revision: 11252

Log:
Fixing C/ODBC bug:
#36275



Modified:
   trunk/dynamic-docs/changelog/connector-odbc.xml


Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml	2008-07-15 10:29:53 UTC (rev 11251)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml	2008-07-15 12:30:54 UTC (rev 11252)
Changed blocks: 1, Lines Added: 23, Lines Deleted: 0; 830 bytes

@@ -5,6 +5,29 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="36275"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Assigning a string longer than 67 characters to the
+        <literal>TableType</literal> parameter resulted in a buffer
+        overrun when the <function>SQLTables()</function> function was
+        called.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="24131"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r11252 - trunk/dynamic-docs/changeloganthony.bedford15 Jul