Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.12
-
None
Description
SQL_ATTR_ODBC_CURSORS is SQLULEN, but SQLINTEGER was used
SQL_ATTR_TXN_ISOLATION should be SQLINTEGER, but was treated as SQLULEN. Getting this attribute on 64b system using correct type(SQLINTEGER) could crash the application.
The fix has been pushed as part of the commit 907ef56. The testcase in the 03d0f2d