unleashed-firmware/applications/services/rpc
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
..
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
rpc.c Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
rpc.h ble: profile rework (#3272) 2024-02-16 14:20:45 +07:00
rpc_app.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
rpc_app.h [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00
rpc_app_error_codes.h [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00
rpc_cli.c Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
rpc_debug.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
rpc_desktop.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
rpc_gpio.c [FL-3889] 5V on GPIO control for ext. modules (#3830) 2024-09-05 15:40:14 +01:00
rpc_gui.c RPC: Fix input lockup on disconnect (#3732) 2024-06-25 14:26:36 +01:00
rpc_i.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
rpc_property.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
rpc_storage.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
rpc_system.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00