17 Oct
2023
17 Oct
'23
12:04 p.m.
Don't use hard coded string indexes as one of the expected string can be absent, hence decreasing its index; nothing ensures that the strings are placed in the order of the fields in the smbios structure. So use, smbios structures' indexes instead. Wbemprox was also expecting one string too much. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> -- v3: wbemprox: Use correct string id. https://gitlab.winehq.org/wine/wine/-/merge_requests/4107