mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
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:
@@ -876,6 +876,8 @@ path_intersect(pathHead, start, respt)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (diagonal == FALSE)
|
||||
continue;
|
||||
}
|
||||
else if (diagonal == FALSE)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user