Fix stub DllGetVersion implementation to read Dll version
and put it in correct structure.
Implement GetDllVersion by using DllGetVersion function
and return version
--
v19: cabinet: implement GetDllVersion function
https://gitlab.winehq.org/wine/wine/-/merge_requests/564
Fix stub DllGetVersion implementation to read Dll version
and put it in correct structure.
Implement GetDllVersion by using DllGetVersion function
and return version
--
v18: cabinet: correctly implement DllGetVersion
https://gitlab.winehq.org/wine/wine/-/merge_requests/564
Fix stub DllGetVersion implementation to read Dll version
and put it in correct structure.
Implement GetDllVersion by using DllGetVersion function
and return version
--
v17: cabinet: correctly implement DllGetVersion
https://gitlab.winehq.org/wine/wine/-/merge_requests/564
Fix stub DllGetVersion implementation to read Dll version
and put it in correct structure.
Implement GetDllVersion by using DllGetVersion function
and return version
--
v16: cabinet/tests: add test for DllGetVersion
https://gitlab.winehq.org/wine/wine/-/merge_requests/564
Currently if netconn_resolve() exits with timeout the async resolve_proc() is left with invalid stack reference for async (where it also assigns some data on completion). Also hostname and address referenced by async structure might also be deallocated before resolve_proc() completion.
--
v2: winhttp: Avoid invalid memory access in netconn_resolve().
https://gitlab.winehq.org/wine/wine/-/merge_requests/591
--
v2: win32u: Send the total number of registered devices to the server.
win32u: Avoid invalid access when registered device alloc failed. (Coverity)
win32u: Avoid reallocating rawinput device array with zero size.
server: Avoid reallocating rawinput device array with zero size.
https://gitlab.winehq.org/wine/wine/-/merge_requests/596
Currently if netconn_resolve() exits with timeout the async resolve_proc() is left with invalid stack reference for async (where it also assigns some data on completion). Also hostname and address referenced by async structure might also be deallocated before resolve_proc() completion.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/591