proxmark3/client
Philippe Teuwen 8a9c7d2efc argtable3: fix buffer overrun
This bug was suddently triggered by Appveyor compilation and seems to make sense.

[-] CC argtable3.c

    inlined from 'arg_cat_option' at argtable3.c:4208:13,
    inlined from 'arg_print_syntax' at argtable3.c:4392:9:
argtable3.c:4149:11: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
 4149 |     *dest = 0;
      |     ~~~~~~^~~
argtable3.c: In function 'arg_print_syntax':
argtable3.c:4381:14: note: at offset 200 to object 'syntax' with size 200 declared here
 4381 |         char syntax[200] = "";
      |              ^~~~~~
2020-05-10 23:59:46 +02:00
..
android android cmake: remove c99 restriction 2020-05-08 17:04:28 +02:00
cmdscripts
deps argtable3: fix buffer overrun 2020-05-10 23:59:46 +02:00
dictionaries Another key 2020-04-17 21:37:16 +02:00
lualibs
luascripts textual 2020-05-08 18:12:39 +02:00
resources Update aid_desfire.json 2020-04-26 09:08:43 +02:00
src chg: lf nexwatch demod - now descrambles the id aswell 2020-05-10 22:29:29 +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 textual coherence 2020-05-08 17:42:37 +02:00
pm3_cmd_h2lua.awk
README-bitlib