proxmark3/client
Philippe Teuwen b377ca763a cmdlft55xx : Fix buf overrun (gcc 10 error)
src/cmdlft55xx.c:2560:43: error: ‘ - (Unknown)’ directive output may be truncated writing 21 bytes into a region of size between 15 and 24 [-Werror=format-truncation=]
 2560 |             snprintf(retStr, sizeof(buf), "%u - " _RED_("(Unknown)"), id);
      |                                           ^~~~~~~
src/cmdlft55xx.c:2560:13: note: ‘snprintf’ output between 23 and 32 bytes into a destination of size 25
 2560 |             snprintf(retStr, sizeof(buf), "%u - " _RED_("(Unknown)"), id);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-05-11 13:58:38 +02:00
..
android android cmake: remove c99 restriction 2020-05-08 17:04:28 +02:00
cmdscripts
deps tinycbor: avoid overriding cflags, hide warnings 2020-05-11 13:47:19 +02:00
dictionaries Another key 2020-04-17 21:37:16 +02:00
lualibs fix: bizarr behavior in Proxspace lua, where io.read("*l") default behavior swaps to io.read("*L") . So lets make *L default a strip away all newlines... 2020-03-25 11:20:35 +01:00
luascripts textual 2020-05-08 18:12:39 +02:00
resources Update aid_desfire.json 2020-04-26 09:08:43 +02:00
src cmdlft55xx : Fix buf overrun (gcc 10 error) 2020-05-11 13:58:38 +02:00
CMakeLists.txt move whereami to deps 2020-05-08 17:04:28 +02:00
default_keys_dic2lua.awk
emojis_scrap_github.py make style 2020-04-16 09:01:14 +02:00
gen_pm3mfsim_script.sh
Makefile show compiler version 2020-05-11 10:21:32 +02:00
pm3_cmd_h2lua.awk
README-bitlib