- 10 Sep, 2013 1 commit
-
-
Roman Donchenko authored
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once in a single expression.
-
- 09 Sep, 2013 9 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
- 07 Sep, 2013 1 commit
-
-
Jin Ma authored
-
- 06 Sep, 2013 9 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
begin_x[1] is not the second component of the element, but the element after the one pointed to begin_x. When begin_x points to the last element, that line overwrites data past the end of the allocation, which, during my tests, happened to contain the reference count for the matrix. Hilarity ensues.
-
Roman Donchenko authored
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Jin Ma authored
-
- 05 Sep, 2013 4 commits
-
-
Ilya Lavrenov authored
-
Jin Ma authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 04 Sep, 2013 11 commits
-
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
This is fixed upstream in mariusmuja/flann@b615f26, but that fix would break binary compatibility, so I had to make a different one. Since the bug isn't quite obvious, here's an explanation. In the const version of any::cast, if policy is a small_any_policy, its get_value returns its input argument. So r becomes a pointer to obj, and the return value is a reference to a local variable, which is invalidated when the function exits.
-
ilya-lavrenov authored
-
Jin Ma authored
-
Jin Ma authored
-
- 03 Sep, 2013 5 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-