Alexandre Julliard pushed to branch master at wine / wine
Commits: 14fbf46e by Stefan Dösinger at 2025-04-28T16:32:04+02:00 odbc32: Don't call wcslen in debugstr_sqlwstr.
If str == NULL && len == SQL_NTS we get a crash. wine_dbgstr_w handles NULL pointers gracefully.
- - - - - 03a10362 by Stefan Dösinger at 2025-04-28T16:32:04+02:00 odbc32: Retlen may be NULL in SQLGetData.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1c73bc4c7725d80b9f478fcdf984f0...