unleashed-firmware/applications/main/subghz
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
..
helpers [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00
resources/subghz/assets SubGHz: Keeloq - Add Novoferm remotes decode support (#3768) 2024-07-10 16:45:47 +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-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
application.fam Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
icon.png Images linting: ensure that all images conform specification (#3802) 2024-08-07 11:57:32 +09:00
subghz.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
subghz.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
subghz_cli.c [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
subghz_cli.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_history.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_history.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
subghz_i.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_i.h [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00