Kaydet (Commit) 84d21e4d authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

odbc 64 bit crash: correct buffer length allocation for a SQLLEN

üst 288cc968
...@@ -68,7 +68,7 @@ namespace connectivity ...@@ -68,7 +68,7 @@ namespace connectivity
// to a Java sal_Int32. The jdbcodbc 'C' bridge provides an // to a Java sal_Int32. The jdbcodbc 'C' bridge provides an
// interface to do this. // interface to do this.
paramLength = new sal_Int8[4]; paramLength = new sal_Int8[sizeof(SQLLEN)];
} }
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment