Uninitialized Variable at packet-dect.c:1118 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
calc_xcrc (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dect.c)![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1122 | calc_xcrc(guint8* data, guint8 length) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1123 | { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1124 | guint8 bits[21]; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1125 | guint8 gp=0x1; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1126 | guint8 crc; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1127 | guint8 next; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1128 | int y, x; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1129 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1130 | for(y=0;y<80;y++) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1131 | { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
1132 | [+][+] | setbit(bits, y, getbit(data, y+48*(1+(int)(y/16)))); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |