unleashed-firmware/targets/f18
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
..
furi_hal [FL-3897] Happy mode (#3863) 2024-09-07 12:54:23 +01: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
target.json [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00