unleashed-firmware/applications/main/ibutton
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 [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00
application.fam fbt: source collection improvements (#3181) 2023-11-01 13:21:31 +09:00
ibutton.c Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
ibutton.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
ibutton_cli.c [FL-3827] iButton ID writing (#3734) 2024-08-01 01:59:41 +09:00
ibutton_custom_event.h [FL-3618] Infrared remote button index support (#3180) 2023-11-10 16:22:34 +09:00
ibutton_i.h Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
icon.png Images linting: ensure that all images conform specification (#3802) 2024-08-07 11:57:32 +09:00