30 Aug
2024
30 Aug
'24
9:23 a.m.
Hans Leidekker (@hans) commented about dlls/odbc32/proxyodbc.c:
SQLLEN buflen, SQLLEN *retlen ) { if (stmt->hdr.win32_funcs->SQLGetData) + { + if ( ((struct environment*)(stmt->hdr.parent))->attr_version == SQL_OV_ODBC2) + {
The parent of a statement is not an environment object. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6408#note_80515