You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug ranges::find with unreachable_sentinel may read beyond the found element.
This is due to memchr optimization and memchr misbehavior reported as DevCom-1615707
Describe the bug
ranges::find
withunreachable_sentinel
may read beyond the found element.This is due to
memchr
optimization andmemchr
misbehavior reported as DevCom-1615707Command-line test case
Expected behavior
No crash. But still with optimization of this case.
STL version
Version 17.1.0 Preview 1.1
Additional context
Relates to #2379 - in scope of this improvement can also address this problem
The text was updated successfully, but these errors were encountered: