Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CID 248378: Division or modulo by float zero (DIVIDE_BY_ZERO)
2. divide_by_zero: In expression 32f / static_cast<GLfloat>(cfg.checkSize(false)), division by expression cfg.checkSize(false) which may be zero has undefined behavior.
- Loading branch information