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:
parent
de9f61552f
commit
4154e1f0b2
|
|
@ -876,6 +876,8 @@ path_intersect(pathHead, start, respt)
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (diagonal == FALSE)
|
||||
continue;
|
||||
}
|
||||
else if (diagonal == FALSE)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue