devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Fix bounds check error with dart2wasm -O4

Open osa1 opened this issue 1 year ago • 0 comments

dart2wasm release mode omits bounds checks in standard library lists, similar to dart2js.

Update FilterTag.parse to avoid relying on bounds checks on List.

Fixes #8452.

osa1 avatar Oct 23 '24 10:10 osa1