DescriptionDo not invoke fatal in dart:_internal when fuzzing mirrors
Add fatal from dart:_internal to the blacklist of functions we should
not invoke while fuzzing mirrors. Invoking it will not succeed.
Arguably, mirrors should not be able to see any of the members of
dart:_internal but that's a bigger implementation change and possibly
a breaking change.
BUG=
R=kustermann@google.com
Committed: https://github.com/dart-lang/sdk/commit/508793071a156d1f1f0c9a7336c4ad33cd9d2305
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|