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
core: page-safe GetUtf8Span via CreateReadOnlySpanFromNullTerminated
Vectorized IndexOf over an int.MaxValue-sized span can fault when the
null-terminated string sits within ~64 bytes of an unmapped page
boundary, even though the terminator is present. Use the page-safe
strlen-based API for the unknown-length path.
0 commit comments