-
Notifications
You must be signed in to change notification settings - Fork 762
Open
Description
Steps to reproduce:
- Build with Address Sanitizer enabled (add -fsanitize=address -fno-omit-frame-pointer flags to compiler and linker):
https://gist.github.com/supercoolgreatcoder/11b5deccd1f500bd19c84cdf11f2c2a9 - run sift1B test:
https://gist.github.com/supercoolgreatcoder/764ca0f196bee8a28b629e9e3c56f945
Culprit line:Line 199 in d0716d9
_mm_prefetch((char *) (visited_array + *(datal + j + 1)), _MM_HINT_T0);
Disabling SSE does not trigger heap buffer overflow.
Metadata
Metadata
Assignees
Labels
No labels