1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/modules
Vincent Rabaud c5f6ed6fef Fix overlow pointers.
`step` and `maskStep` are used to increase/decrease `pImage`.
But it's done on unsigned type, relying on overflow, which is UB.
(step is size_t but seed.y is int and can be negative, the result
is therefore unsigned which can overflow)
2025-01-27 11:55:10 +01:00
..
2025-01-13 16:34:28 +01:00
2024-11-14 19:44:10 +03:00
2025-01-27 11:55:10 +01:00
2025-01-09 20:40:56 +05:30
2024-12-18 05:27:10 +08:00