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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user