16 Dec
2024
16 Dec
'24
9:46 a.m.
Hans Leidekker (@hans) commented about dlls/odbc32/proxyodbc.c:
static void len_to_user( SQLLEN *ptr, UINT8 *len, UINT row_count, UINT width ) { UINT i; + + if (ptr == NULL || len == NULL) return; + len is allocated by us and shouldn't be NULL. Where do you see that being passed?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7013#note_90578