Fix buffer overflow

This commit is contained in:
noproto
2025-08-18 22:00:45 -04:00
parent 9499c489c2
commit afe4559dd3

View File

@@ -65,7 +65,7 @@
#define NFC_NAME_SIZE 22
#define NFC_TEXT_STORE_SIZE 128
#define NFC_BYTE_INPUT_STORE_SIZE 10
#define NFC_BYTE_INPUT_STORE_SIZE 16
#define NFC_LOG_SIZE_MAX (1024)
#define NFC_APP_FOLDER EXT_PATH("nfc")
#define NFC_APP_EXTENSION ".nfc"