DS
DS copied to clipboard
fix memory corruption in fhog
__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