6 Apr
2023
6 Apr
'23
11:06 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dcompiler_43/blob.c:
return E_FAIL; }
- if (!data || !data_size) + if (!data || !data_size || data_size < DXBC_HEADER_SIZE)
Similar to the previous patch here. Also can get rid of the || !data_size part. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2577#note_29260