]> OCCT Git - occt.git/commit
0025559: SIGSEGV in TKMath when computing max tolerance of curve on surface
authoraml <aml@opencascade.com>
Thu, 11 Dec 2014 13:17:04 +0000 (16:17 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 11 Dec 2014 13:18:07 +0000 (16:18 +0300)
commitb49eaa701f931095f8822fabfe85477f5437fe2d
treea9d0578e97f487009665fc0e534a58a1723206eb
parentd315303da210c51c49bd544289ebd94b76ac35b5
0025559: SIGSEGV in TKMath when computing max tolerance of curve on surface

Fixed possible being outside the boundaries. Changed check math_Recipes to work with NaN, Inf, Ind.

Test case for issue CR25559
src/BOPTools/BOPTools_AlgoTools_1.cxx
src/math/math_Recipes.cxx
tests/bugs/modalg_5/bug25559 [new file with mode: 0755]