17 Jun
2025
17 Jun
'25
3:40 p.m.
check_json_ uses wcslen on the passed json string, which is no good for non-null terminated ones. It should have a length parameter. * * * (made a draft since i am not sure what this test is meant to test, see comment.) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8345