24 Nov
2022
24 Nov
'22
10:50 a.m.
Hans Leidekker (@hans) commented about dlls/winhttp/session.c:
WinHttpCloseHandle( con ); WinHttpCloseHandle( ses ); free( hostname ); + + AcquireSRWLockExclusive( &cache_lock ); + free( cached_url ); + free( cached_script ); + cached_url = wcsdup( url ); + cached_script_size = 0; + cached_script = NULL;
Please check for allocation failure. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1528#note_17319