Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at sigcomp-udvm.c:3097

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

decode_udvm_address_operand

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/sigcomp-udvm.c)expand/collapse
Show more  
 3090  decode_udvm_address_operand(guint8 *buff,guint operand_address, guint16 *value,guint current_address)
 3091  {
 3092          guint32 result;
 3093          guint16 value1;
 3094          guint next_opreand_address;
 3095   
 3096[+]         next_opreand_address = decode_udvm_multitype_operand(buff, operand_address, &value1);
 3097          result = value1 & 0xffff;
Show more  




Change Warning 2948.29452 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: