Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at text2pcap.c:379

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

write_byte

(/home/sate/Testcases/c/cve/wireshark-1.2.0/text2pcap.c)expand/collapse
Show more  
 374  write_byte (const char *str)
 375  {
 376      unsigned long num;
 377   
 378[+]     num = parse_num(str, FALSE);
 379      packet_buf[curr_offset] = (unsigned char) num;
Show more  




Change Warning 4901.30229 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: