You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! feat(d3dx): Implement D3DXAssembleShader with precompiled shaders (TheSuperHackers#2176)
Use SrcDataLen parameter and ensure null-termination for strstr safety.
D3DX8 API allows non-null-terminated input bounded by SrcDataLen.
Matches Wine's D3DAssemble implementation which also null-terminates.
0 commit comments