mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The function we were using to initialize this NSString assumed that our UTF-8 data was null-terminated, which wasn't a valid assumption. Fixes https://github.com/flutter/flutter/issues/6359