Product Documentation

c-treeACE V11.0 Release Notes

Previous Topic

Next Topic

Corrected Buffer Overruns When Using Direct SQL Interface

A server crash was experienced due to a buffer overrun when erroneously calling one of the following functions on a column of a type different than the type the function returns (e.g., calling ctsqlGetSmallInt on a big int):

  • ctsqlGetNumeric
  • ctsqlGetSmallInt
  • ctsqlGetInteger
  • ctsqlGetReal
  • ctsqlGetFloat
  • ctsqlGetDate
  • ctsqlGetMoney
  • ctsqlGetTime
  • ctsqlGetTimeStamp
  • ctsqlGetBit
  • ctsqlGetBigInt
  • ctsqlGetNumericAsString

TOCIndex