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.