diff options
author | Yan Shapochnik <shapochniky@seapine.com> | 2012-04-11 15:29:43 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-20 06:13:51 (GMT) |
commit | 235595362f40bdb0a6f4671afc5b370e3ec73675 (patch) | |
tree | 2ab7c90b3de950616602ebf13bf49a6a539dedcf /qmake/generators | |
parent | 1ee610f8fd1195026405a6f2da0d213c5da8816a (diff) | |
download | Qt-235595362f40bdb0a6f4671afc5b370e3ec73675.zip Qt-235595362f40bdb0a6f4671afc5b370e3ec73675.tar.gz Qt-235595362f40bdb0a6f4671afc5b370e3ec73675.tar.bz2 |
Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr()
Windows API call to SQLGetStmtAttr() attempts to place an 8 byte value
into the isScrollable variable which of type SQLINTEGER which is a long
and is 32 bit on Windows even when the driver is compiled for 64 bit.
Changing the isScrollable to and 8 byte SQLULEN type.
Task-number: QTBUG-25256
Change-Id: I1aae0b306e8d1ff5fc3b293b3e9ddd40546b85ad
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'qmake/generators')
0 files changed, 0 insertions, 0 deletions