This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
[BUG] EqMultiply(const CMatrix &m1, const CMatrix &m2) can be called with invalid m1 matrix #513
Labels
bug
Something isn't working
Describe the bug
inline void CMatrix::EqMultiply(const CMatrix &m1, const CMatrix &m2) can be called with invalid m1 matrix
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No access violation
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Dump https://drive.google.com/file/d/1fCB38Vgj_xGfKV40thK0qDD7U9jXjLnI/view?usp=sharing
The text was updated successfully, but these errors were encountered: