mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: Coverity Scan complains about resourceleaks, array reads outside of index, uninitialized variables.
This commit is contained in:
parent
05fd71264a
commit
4a71da5a35
6 changed files with 94 additions and 113 deletions
|
@ -903,10 +903,7 @@ int SendDataTag(uint8_t *send, int sendlen, int init, int speed, uint8_t **recv)
|
|||
*recv=answer;
|
||||
}
|
||||
|
||||
LED_A_OFF();
|
||||
LED_B_OFF();
|
||||
LED_C_OFF();
|
||||
LED_D_OFF();
|
||||
LEDsoff();
|
||||
|
||||
return answerLen;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue