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?