mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
aa2fabcba5
Added explicit cast to unsigned before doing the left shift. This was caught by UBSan which reported things like: drawing.cpp:361:22: runtime error: left shift of negative value -26214 drawing.cpp:383:22: runtime error: left shift of negative value -78642