Philippe Teuwen
982f4231f7
fix coverity 263979 logically dead code
2020-05-14 18:01:52 +02:00
Philippe Teuwen
4e2d1e66ab
fix coverity 286660 logically dead code
2020-05-14 17:59:46 +02:00
Philippe Teuwen
3c44ef39f7
fix REV macros & hitagS
2020-05-14 17:52:09 +02:00
iceman1001
bddd2a9fc1
removed printvar
2020-05-14 17:17:47 +02:00
iceman1001
94aff186f3
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2020-05-14 17:17:13 +02:00
Philippe Teuwen
98a254ba65
hitagS, untested
2020-05-14 17:17:23 +02:00
iceman1001
555d970c7d
clock can be negative
2020-05-14 17:05:51 +02:00
iceman1001
e444640068
printandlogex
2020-05-14 16:59:02 +02:00
Philippe Teuwen
6a387c0b1b
data tune, as suggested by @iceman
2020-05-14 12:58:34 +02:00
iceman1001
12e942febc
coverity - remove bad shift, (untested)
2020-05-14 09:59:06 +02:00
iceman1001
827439bddf
cppcheck function name mis
2020-05-14 09:20:27 +02:00
iceman1001
a40c2727e6
cppcheck fix, unused struct
2020-05-14 09:19:12 +02:00
iceman1001
ed11e4a093
cppcheck fix, assign a value
2020-05-14 09:18:51 +02:00
iceman1001
977b198816
cppcheck fix
2020-05-14 09:03:54 +02:00
Philippe Teuwen
ffdd338dea
make style
2020-05-14 01:04:26 +02:00
Philippe Teuwen
1c8c1d82ea
fix coverity 267211 & 267206 logically dead code
2020-05-14 01:01:48 +02:00
Philippe Teuwen
c43b9085f9
fix coverity 274112 unintended sign extension
2020-05-14 00:31:22 +02:00
iceman1001
6cadbbc3e7
cppcheck ...silly
2020-05-13 23:31:28 +02:00
iceman1001
997567a9d6
cppcheck out-of-bounds
2020-05-13 23:31:01 +02:00
iceman1001
16f5107915
cppcheck mem leak
2020-05-13 23:30:42 +02:00
Philippe Teuwen
6a006677ef
fancy timers
2020-05-13 23:20:46 +02:00
iceman1001
af47a3fd34
chg: copied from pm3 repo
2020-05-13 20:16:29 +02:00
iceman1001
cb56ca37ff
make cppchecker happier
2020-05-13 17:31:50 +02:00
iceman1001
9af1807122
chg: psk demodualtion, lets keep those starting samples to easily find the zero init bit
2020-05-13 17:29:56 +02:00
iceman1001
b4cc7a9ad3
coverity fix, stricter checks for available memory when checking mifare keys
2020-05-13 13:40:52 +02:00
iceman1001
6e7a8e1bfc
chg: enforce stricter limit checks for available pwds in flash mem
2020-05-13 13:26:02 +02:00
iceman1001
e2671d5b50
fix coverity 286654 wrong sized argument
2020-05-13 12:26:37 +02:00
iceman1001
96108d826a
fix coverity 286922 mem leak
2020-05-13 12:24:28 +02:00
Iceman
47d9a73fd4
Merge pull request #732 from jamiefiedler/fix_mac_endian_h
...
include machine/endian.h for os x
2020-05-13 10:32:47 +02:00
Jamie Fiedler
97901a761f
use machine/endian.h with osx
2020-05-13 03:35:38 -04:00
Philippe Teuwen
435b2b2632
Merge pull request #731 from RfidResearchGroup/test_fix_730
...
Fix 2 issues in proxendian.h, see details:
2020-05-13 02:25:22 +02:00
Philippe Teuwen
2c4eda6ab9
Fix 2 issues in proxendian.h, see details:
...
Only some OSes include endian.h from sys/types.h, not Termux, so let's include endian.h directly.
Moreover the past logic defined BYTE_ORDER to an undef macro, so BYTE_ORDER was not undef but def to 0
and BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN was always false as (0!=0 && 0!=0)
2020-05-13 02:09:03 +02:00
Philippe Teuwen
de47514aec
Fix for issue #730
2020-05-13 01:33:22 +02:00
Philippe Teuwen
1ee8696e47
Fix issue #729 . Avoid stalling on non-rdv4 when polling for FeliCa without card in proximity
2020-05-13 00:36:52 +02:00
Philippe Teuwen
66fd6d70a0
hardnested: more readable preprocessing
2020-05-12 13:26:16 +02:00
iceman1001
5e4c83cc2f
redundant
2020-05-12 10:30:14 +02:00
iceman1001
8f188a5329
redundant
2020-05-12 10:27:54 +02:00
Philippe Teuwen
61610a5c61
fiddling with makefile
2020-05-12 01:49:01 +02:00
Philippe Teuwen
8dcf670f72
ore hardnested switch to handle
2020-05-12 01:17:38 +02:00
Philippe Teuwen
a3aa38e624
trying to help old gcc 5...
2020-05-12 00:58:02 +02:00
Philippe Teuwen
3e05d28678
more hardnested switch to handle
2020-05-12 00:50:49 +02:00
Philippe Teuwen
7f6c078de2
fix cbor enum
2020-05-12 00:44:22 +02:00
Philippe Teuwen
c719e545dc
add -Wswitch-enum flag
2020-05-12 00:35:43 +02:00
Philippe Teuwen
5ee82d6354
Add old-style-definition warning
2020-05-12 00:35:43 +02:00
Philippe Teuwen
2819792f8e
Revert "fix osx"
...
This reverts commit 09903384fa
.
2020-05-12 00:27:21 +02:00
Philippe Teuwen
d2f9fb6084
fix hardnested switch-enum
2020-05-12 00:26:55 +02:00
iceman1001
09903384fa
fix osx
2020-05-12 00:25:44 +02:00
iceman1001
00cca150ed
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2020-05-12 00:08:12 +02:00
iceman1001
56371fe7d5
coverity fixes
2020-05-12 00:07:06 +02:00
Philippe Teuwen
605a754b20
old-style-definition warnings
2020-05-11 23:57:32 +02:00