mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
cppcheck ctunullpointer
This commit is contained in:
@@ -745,6 +745,9 @@ void SwapEndian64ex(const uint8_t *src, const size_t len, const uint8_t blockSiz
|
||||
// -------------------------------------------------------------------------
|
||||
int param_getptr(const char *line, int *bg, int *en, int paramnum) {
|
||||
int i;
|
||||
if (line == NULL) {
|
||||
return 1;
|
||||
}
|
||||
int len = strlen(line);
|
||||
|
||||
*bg = 0;
|
||||
|
||||
Reference in New Issue
Block a user