liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

update indice related memory access overflow #259

Closed weiyanlin117 closed 1 year ago

weiyanlin117 commented 1 year ago

turn on build:asan --copt=-fsanitize=address,vptr,function build:asan --linkopt=-fsanitize=address,vptr,function

before: 10 different places like: Screenshot 2023-08-11 at 11 03 31 AM

after: Screenshot 2023-08-11 at 11 14 30 AM Screenshot 2023-08-11 at 11 15 26 AM Screenshot 2023-08-11 at 11 15 46 AM Screenshot 2023-08-11 at 11 16 07 AM