dhewm3-sdk/idlib/geometry
Daniel Gibson 85a1020490 Fix pot. Crash in idWinding2D::ExpandForAxialBox()
it could happen that i is 1 but numPlanes is still 0
(=> if for i = 0:  ( p[j] - p[i] ).LengthSqr() < 0.01f )
so planes[-1] would be accessed which of course is invalid and can crash
2018-12-09 04:23:41 +01:00
..
DrawVert.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
DrawVert.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
JointTransform.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
JointTransform.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface_Patch.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface_Patch.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface_Polytope.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface_Polytope.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Surface_SweptSpline.cpp Use current type for BT_CLOSED enum 2018-08-20 01:46:37 +02:00
Surface_SweptSpline.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
TraceModel.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
TraceModel.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Winding.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Winding.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Winding2D.cpp Fix pot. Crash in idWinding2D::ExpandForAxialBox() 2018-12-09 04:23:41 +01:00
Winding2D.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00