[CP] [Stable] Cherry pick request for 0a20707e3f1084b85bcdcfb4035bdd150b90756f #54059
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-review
Issue that need cherry pick triage to approve
merge-to-stable
Commit(s) to merge
0a20707
Target
stable
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/336603
Issue Description
Fix JSON array parsing bug that causes seg fault when --coverage is used.
What is the fix
The fix changes the definition of
end
to point 1 past the end of the element, rather than the end of the element, which avoids the need for buggy look-ahead style lookupsWhy cherry-pick
Flutter customers have hit this issue when using test coverage, the sympton of this bug is a hang in
flutter test
making it hard for the developers to figure out what went wrong.Risk
low
Issue link(s)
flutter/flutter#124145
Extra Info
No response
The text was updated successfully, but these errors were encountered: