Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-per.c:935

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

dissect_per_object_identifier

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-per.c)expand/collapse
Show more  
 924  dissect_per_object_identifier(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx _U_, proto_tree *tree, int hf_index, tvbuff_t **value_tvb)
 925  {
 926    guint length;
 927    const char *str;
 928    tvbuff_t *val_tvb = NULL;
 929    header_field_info *hfi;
 930   
 931  DEBUG_ENTRY("dissect_per_object_identifier");
 932   
 933[+]   offset = dissect_per_length_determinant(tvb, offset, actx, tree, hf_per_object_identifier_length, &length);
 934    if (actx->aligned) BYTE_ALIGN_OFFSET(offset);
 935    val_tvb = new_octet_aligned_subset(tvb, offset, actx, length);
Show more  




Change Warning 1386.32082 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: