Commit graph

14526 commits

Author SHA1 Message Date
Philippe Teuwen
847c3d531e missing include 2021-09-04 01:26:57 +02:00
Philippe Teuwen
7fdaac0319 fix zealous fix... 2021-09-04 01:24:08 +02:00
Philippe Teuwen
b9e0b57cd8 cppcheck null pointer dereference 2021-09-04 00:54:59 +02:00
Philippe Teuwen
8772edb6b8 cppcheck Passing NULL after the last typed argument to a variadic function leads to undefined behaviour 2021-09-04 00:54:59 +02:00
Philippe Teuwen
58a963d41f cppcheck different declaration & definition arg names 2021-09-04 00:54:59 +02:00
Philippe Teuwen
3c47e78597 cppcheck remove redundant assignment 2021-09-04 00:54:59 +02:00
Philippe Teuwen
2db34e0ad6 cppcheck invalid printf arg type 2021-09-04 00:54:59 +02:00
Philippe Teuwen
0c810ff4fd cppcheck Returning an integer in a function with pointer return type is not portable 2021-09-04 00:54:59 +02:00
Philippe Teuwen
ba6ef2a1bc cppcheck redundant assignment 2021-09-04 00:54:59 +02:00
Philippe Teuwen
971c0126de cppcheck clarify mix of boolean and bitwise ops 2021-09-04 00:54:59 +02:00
Philippe Teuwen
d3c6c430a8 cppcheck avoid dereferencing potentially null pointer 2021-09-04 00:54:59 +02:00
Philippe Teuwen
0830cfcf1c style to prevent cppcheck duplicate assignment warning 2021-09-04 00:54:59 +02:00
Philippe Teuwen
0db962640c cppcheck fix memleak 2021-09-04 00:54:59 +02:00
Philippe Teuwen
a19e3f673a
Update checklist-for-release.md
mymakeclang already covered, not needed anymore
2021-09-04 00:01:06 +02:00
Philippe Teuwen
8338cd850c make style 2021-09-03 23:05:45 +02:00
iceman1001
38694a3fea text 2021-09-03 21:19:12 +02:00
iceman1001
b8a04d6d69 text 2021-09-03 21:12:02 +02:00
iceman1001
710c612a2c text 2021-09-03 19:14:04 +02:00
iceman1001
24d55e8c35 Mifare Plus MAD/ read sector 0 traces 2021-09-03 19:10:27 +02:00
Philippe Teuwen
ce8cd5983b update emojis 2021-09-02 21:10:31 +02:00
Philippe Teuwen
9c5043efd8
Merge pull request #1494 from ah01/patch-1
Typo in mfu rdbl command help
2021-09-01 00:32:44 +02:00
Adam Hořčica
0d589b75d7
typo in mfu rdbl command help 2021-08-31 23:41:13 +02:00
Philippe Teuwen
1fd8269c90 Try to fix GH action permission error 2021-08-30 12:04:48 +02:00
Oleg Moiseenko
8f2758a676
Merge pull request #1492 from merlokk/mst
make style
2021-08-30 12:42:25 +03:00
merlokk
ca40ee99d6 make style 2021-08-30 12:36:48 +03:00
Oleg Moiseenko
b3655a43f8
Merge pull request #1491 from merlokk/mfp_text
`hf mfp` fix texts
2021-08-30 12:30:35 +03:00
merlokk
cd4ea58449 hf mfp fix texts 2021-08-30 12:26:09 +03:00
Philippe Teuwen
8a925b496a
Merge pull request #1487 from rknoll/fix-pac-checksum
Fix PAC/Stanley checksum calculation
2021-08-28 19:48:19 +02:00
Richard Knoll
997e7b39dc Add entry to CHANGELOG.md 2021-08-28 18:46:06 +01:00
Philippe Teuwen
f31e94e618
Merge pull request #1480 from linuxgemini/macports-support-add
Improve MacPorts Support
2021-08-28 19:12:26 +02:00
Philippe Teuwen
2ce30201b2 Fix lf em 410x watch and standalone bug introduced with Electra changes 2021-08-28 19:10:14 +02:00
İlteriş Eroğlu
8d4f1f0461
Update CHANGELOG.md 2021-08-28 19:55:16 +03:00
Philippe Teuwen
9e57d20262 Fix Yaml 2021-08-28 18:32:46 +02:00
Philippe Teuwen
cef51c9649 Testing changelog reminder 2021-08-28 18:28:07 +02:00
Richard Knoll
7a6f503161 Fix PAC/Stanley checksum calculation
The parity bit needs to be discarded when calculating the final
checksum byte value of PAC/Stanley card IDs. Verified by scanning
a tag which is now correctly identified.
2021-08-28 14:28:06 +01:00
Oleg Moiseenko
680fb12250
Merge pull request #1486 from merlokk/mst
make style
2021-08-25 14:48:39 +03:00
merlokk
d46d23d079 make style 2021-08-25 14:44:06 +03:00
Oleg Moiseenko
143d0140db
Merge pull request #1483 from merlokk/lrp_detect
hf mfdes detect with lrp mode and hf mfdes info updates
2021-08-25 14:24:35 +03:00
merlokk
13b0dc73d5 fix 2021-08-25 14:15:48 +03:00
Philippe Teuwen
2938baaed6 text 2021-08-25 12:58:00 +02:00
merlokk
81343f0ec1 fix info, add there desfire light tests 2021-08-25 13:57:35 +03:00
merlokk
4bf3c43c7f fix select command via iso channel (with wrapper) 2021-08-25 13:28:39 +03:00
Philippe Teuwen
2b3cd6e604 Remove PACKED on internal client struct containing pointers, it can break mem alignment 2021-08-25 11:02:17 +02:00
Philippe Teuwen
ba7f1b93b9 Remove PACKED on internal client struct containing pointers, it breaks mem alignment on clang-13 MacOSX 2021-08-25 10:49:47 +02:00
Philippe Teuwen
3cadd2906e Fix clang-13 warnings about unused variables 2021-08-25 10:10:46 +02:00
Philippe Teuwen
ce4eed2acf
Merge pull request #1484 from AxisRay/fix-dynamic-stack-buffer-overflow
fix dynamic-stack-buffer-overflow
2021-08-24 16:50:55 +02:00
Ray Lee
8998b0b46c fix dynamic-stack-buffer-overflow 2021-08-24 22:36:59 +08:00
Philippe Teuwen
3cee2a389c Missing fpga_hf.ise 2021-08-24 12:34:59 +02:00
merlokk
fddf7cf6b8 desfire info updates 2021-08-24 13:11:52 +03:00
merlokk
46f2defcd3 add auto select channel to lrp 2021-08-24 12:47:29 +03:00