FTXUI/src/ftxui
ArthurSonzogni 18d1b04b7a terminal_input_parser: validate UTF8.
Make sure code points parsed are always valid UTF8. Don't assume stdin
is filled with valid data. Check for overlong UTF8 and add some tests.

The fuzzer has reached the following coverage:
- cov    : 204
- ft     : 754
- corp   : 62/12257b
- lim    : 2798
- exec/s : 1748
- rss    : 445Mb
- L      : 155/1946
- MS     : 3

Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/118
2021-06-19 11:09:52 +02:00
..
component terminal_input_parser: validate UTF8. 2021-06-19 11:09:52 +02:00
dom Fix separator() (#100) 2021-05-17 01:34:53 +02:00
screen Introduce CatchEvent (#104) 2021-05-23 12:53:20 +02:00