• Roman Donchenko's avatar
    Fixed a memory access error in CV_Remap_Test::generate_test_data. · 4f109d12
    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.
    4f109d12
Name
Last commit
Last update
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
index.rst Loading commit data...