4 Nov
2022
4 Nov
'22
6:44 p.m.
xul.dll from Mypal 27.9.4 has a resource entry without any data. Windows returns this as null-terminated string, instead of pointing past the data. The first commit adds a test, the second commit fixes the bugs (and removes the todo_wine). Original ticket for reference: https://jira.reactos.org/browse/CORE-15781 -- v2: kernelbase: Fix VerQueryValueW with no data version/tests: Add a test for an empty value in VerQueryValueW https://gitlab.winehq.org/wine/wine/-/merge_requests/1263