DS icon indicating copy to clipboard operation
DS copied to clipboard

fix memory corruption in fhog

Open chinuno-usami opened this issue 5 years ago • 0 comments

__mm_storeu_ps will write 128 bits to address of pointer. It would cause memory corruption if memory allocated here is not large enough. It may fixes #10

chinuno-usami avatar Jul 25 '19 02:07 chinuno-usami