Module: wine Branch: master Commit: dfbde6730780b4ade1530a745e3d588da92bd67e URL: https://gitlab.winehq.org/wine/wine/-/commit/dfbde6730780b4ade1530a745e3d588...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jul 15 15:25:49 2024 +0200
odbc32: Properly handle string length in traces.
String length may be SQL_NTS(-3) which means the string is null-terminated.
---
dlls/odbc32/proxyodbc.c | 178 ++++++++++++++++++++++----------------------- dlls/odbc32/tests/odbc32.c | 3 +- 2 files changed, 91 insertions(+), 90 deletions(-)