unleashed-firmware/applications/services/desktop
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
..
animations Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
helpers Desktop: Sanity check PIN length for good measure (#3879) 2024-09-06 10:33:17 +01:00
scenes Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
views Desktop: Sanity check PIN length for good measure (#3879) 2024-09-06 10:33:17 +01:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
desktop_i.h Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
desktop_settings_filename.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
desktop_settings.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
desktop_settings.h Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
desktop.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
desktop.h Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00