1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Add CV_DISABLE_UBSAN to disable undefined behavior sanitizer

Also fix code here and there that triggered the fuzzer.
This commit is contained in:
Vincent Rabaud
2026-05-06 16:56:03 +02:00
parent 30fffe2fa0
commit 504899d433
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -1494,6 +1494,7 @@ FillEdgeCollection( Mat& img, std::vector<PolyEdge>& edges, const void* color )
/* draws simple or filled circle */
CV_DISABLE_UBSAN
static void
Circle( Mat& img, Point center, int radius, const void* color, int fill )
{