Dart_NewStringFromUTF16 and Dart_NewStringFromUTF32 should check for valid input #7046
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-enhancement
A request for a change that isn't a bug
Dart_NewStringFromUTF16 should ensure that the input utf16_array
consists of valid values similar to how Dart_NewStringFromUTF8 validates
the input.
The text was updated successfully, but these errors were encountered: