Files
OCCT/src
Pasukhin Dmitry 76667c8d7e Coding - Fix high-severity CodeQL multiplication warnings (#1478)
- Promote allocation-size operands to size_t before multiplication in
    BSplCLib, BSplSLib, PLib, ApproxInt, GeomEval, and OpenGl
- Compute AdvApp2Var workspace offsets in intptr_t to avoid intermediate
    integer overflow
- Evaluate quadric and manipulator coordinates in double before storing
    them in gp_Pnt
- Use widened OpenGl row offsets consistently for buffer allocation and
    indexing.
- Mark immutable geometry values and buffer sizes as const.
2026-08-19 14:08:00 +01:00
..