unleashed-firmware/applications/debug/rpc_debug_app/scenes
Silent 8672a1d94c
Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866)
strlcpy doesn't zero the buffer and ensures null termination,
just like snprintf

strlcat is already used by mjs and it's a safe alternative to strcat,
so it should be OK to expose to apps
2024-09-07 17:16:56 +01:00
..
rpc_debug_app_scene.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene.h [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_config.h [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_input_data_exchange.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_input_error_code.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
rpc_debug_app_scene_input_error_text.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
rpc_debug_app_scene_receive_data_exchange.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
rpc_debug_app_scene_start.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_start_dummy.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_test_app_error.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
rpc_debug_app_scene_test_data_exchange.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00