Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-per.c:1604

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

dissect_per_real

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-per.c)expand/collapse
Show more  
 1596  dissect_per_real(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index, double *value)
 1597  {
 1598          guint32 val_length, end_offset;
 1599          tvbuff_t *val_tvb;
 1600          double val = 0;
 1601   
 1602[+]         offset = dissect_per_length_determinant(tvb, offset, actx, tree, hf_per_real_length, &val_length);
 1603          if (actx->aligned) BYTE_ALIGN_OFFSET(offset);
 1604          val_tvb = new_octet_aligned_subset(tvb, offset, actx, val_length);
Show more  




Change Warning 2881.31754 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: