Corrected a bug in CIFMakeManhattanPath that can cause a segfault

or a hang in rare geometry situations.  Same fix as was made to
magic version 8.1.
This commit is contained in:
Tim Edwards 2017-11-25 16:09:16 -05:00
parent de9f61552f
commit 4154e1f0b2
1 changed files with 2 additions and 0 deletions

View File

@ -876,6 +876,8 @@ path_intersect(pathHead, start, respt)
}
}
}
else if (diagonal == FALSE)
continue;
}
else if (diagonal == FALSE)
continue;