scrcpy/app/tests
Romain Vimont e2ef39fae5 Fix overflow in test
The serialized text is not nul-terminated (its size is explicitely
provided), but the input text in the event is a nul-terminated string.

The test was failing with ASAN enabled.
2019-03-25 11:33:32 +01:00
..
test_control_event_queue.c Declare fun(void) functions with no parameters 2018-10-04 17:04:20 +02:00
test_control_event_serialize.c Fix overflow in test 2019-03-25 11:33:32 +01:00
test_strutil.c Declare fun(void) functions with no parameters 2018-10-04 17:04:20 +02:00