mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2026-03-03 15:04:15 +01:00
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