unleashed-firmware/applications/settings/desktop_settings
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
..
scenes Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
views [FL-3797] Settings menu refactoring (#3632) 2024-05-14 19:58:09 +01:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
desktop_settings_app.c [FL-3897] Happy mode (#3863) 2024-09-07 12:54:23 +01:00
desktop_settings_app.h [FL-3897] Happy mode (#3863) 2024-09-07 12:54:23 +01:00
desktop_settings_custom_event.h [FL-3897] Happy mode (#3863) 2024-09-07 12:54:23 +01:00