unleashed-firmware/targets/f7
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
..
ble_glue Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
fatfs [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
inc Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
platform_specific [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
src Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
api_symbols.csv Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
application_ext.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_flash.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_ram_fw.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
target.json [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00