On 13 November 2016 at 22:12, Stefan Dösinger stefandoesinger@gmx.at wrote:
@@ -627,29 +544,58 @@ static HRESULT WINAPI d3d_execute_buffer_Unlock(IDirect3DExecuteBuffer *iface) static HRESULT WINAPI d3d_execute_buffer_SetExecuteData(IDirect3DExecuteBuffer *iface, D3DEXECUTEDATA *data)
...
- memcpy(&buffer->data, data, data->dwSize);
It's not a new issue, but should be blindly accept "dwSize" here?