FIX: Coverity Scan fixes, a bunch of them.

This commit is contained in:
iceman1001 2016-01-16 22:58:44 +01:00
commit e1ad67eaf2
7 changed files with 27 additions and 30 deletions

View file

@ -58,7 +58,7 @@ int CmdLegicDecode(const char *Cmd)
int crc = 0;
int wrp = 0;
int wrc = 0;
uint8_t data_buf[1052]; // receiver buffer
uint8_t data_buf[1053]; // receiver buffer
char out_string[3076]; // just use big buffer - bad practice
char token_type[4];