Replies: 1 comment 2 replies
-
@sloriot Is not it related to a recent work you've done avec UBSAN and the arrangement packages? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a R package cgalPolygons which can be installed without any issue. But when executing some functions of this package using clang-UBSAN, a myriad of problems are reported. Here is the report obtained when running the examples given in the package.
For example, there's a problem when computing the intersection of two polygons. I've written a small code below which performs such an intersection following my implementation.
Beta Was this translation helpful? Give feedback.
All reactions