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
Fix applicability condition of simplify_byte_update
The condition is supposed to guard against a crash in
basic_string::replace, which it fails to do if the
offsets in the condition and the argument to replace
don't match.
0 commit comments