proxmark3/client/deps
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
..
amiitool stricter warnings, wip 2020-05-03 01:13:28 +02:00
cliparser argtable3: fix buffer overrun 2020-05-10 23:59:46 +02:00
hardnested stricter warnings, wip 2020-05-02 23:54:27 +02:00
jansson activate more warnings and ease their mgmt 2020-05-03 19:46:11 +02:00
liblua activate more warnings and ease their mgmt 2020-05-03 19:46:11 +02:00
reveng hook reveng outputs to pm3 machinery, add regression test 2020-05-07 14:20:49 +02:00
tinycbor silent tinycbor warnings 2020-05-09 12:56:40 +02:00
whereami move whereami to deps 2020-05-08 17:04:28 +02:00
amiibo.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
cliparser.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
CMakeLists.txt move whereami to deps 2020-05-08 17:04:28 +02:00
hardnested.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
jansson.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
lua.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
mbedtls.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
reveng.cmake fix cmake for reveng 2020-05-07 14:45:53 +02:00
tinycbor.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00
whereami.cmake move whereami to deps 2020-05-08 17:04:28 +02:00
zlib.cmake cmake deps: add prefix pm3rrg_rdv4_ 2020-05-06 15:21:29 +02:00