unleashed-firmware/applications/main/infrared/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
..
common [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
infrared_scene.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
infrared_scene_ask_back.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_ask_retry.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_config.h [FL-3762] Configurable Infrared TX output (#3484) 2024-03-25 17:56:56 +09:00
infrared_scene_debug.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_edit.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_edit_button_select.c Furi: cleanup crash use (#3175) 2023-10-31 14:40:32 +04:00
infrared_scene_edit_delete.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_edit_delete_done.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
infrared_scene_edit_move.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_edit_rename.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
infrared_scene_edit_rename_done.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
infrared_scene_error_databases.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_gpio_settings.c [FL-3762] Configurable Infrared TX output (#3484) 2024-03-25 17:56:56 +09:00
infrared_scene_learn.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_learn_done.c [FL-3770, FL-3680] HID App improvements and little extra (#3518) 2024-03-25 16:00:35 +09:00
infrared_scene_learn_enter_name.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_learn_success.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_remote.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_remote_list.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_rpc.c [FL-3890] Infrared button operation fails now shows more informative messages (#3859) 2024-09-06 10:52:00 +01:00
infrared_scene_start.c [FL-3762] Configurable Infrared TX output (#3484) 2024-03-25 17:56:56 +09:00
infrared_scene_universal.c [FL-3456] Allow for larger Infrared remotes (#3164) 2023-10-31 01:20:35 +09:00
infrared_scene_universal_ac.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
infrared_scene_universal_audio.c [FL-3783] Asynchronous Infrared remote manipulation (#3503) 2024-03-12 02:35:51 +09:00
infrared_scene_universal_projector.c [FL-3783] Asynchronous Infrared remote manipulation (#3503) 2024-03-12 02:35:51 +09:00
infrared_scene_universal_tv.c [FL-3783] Asynchronous Infrared remote manipulation (#3503) 2024-03-12 02:35:51 +09:00