Text   |  XML   |  ReML   |   Visible Warnings:

Redundant Condition  at tvbuff.c:306

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

tvb_new_child_real_data

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/tvbuff.c)expand/collapse
Show more  
 302  tvbuff_t*
 303  tvb_new_child_real_data(tvbuff_t *parent, const guint8* data, guint length, gint reported_length)
 304  {
 305          tvbuff_t *tvb = tvb_new_real_data(data, length, reported_length);
 306          if (tvb) {
 307                  tvb_set_child_real_data_tvbuff (parent, tvb);
 308          }
 309           
 310          return tvb;
 311  }
Show more  




Change Warning 1197.30591 : Redundant Condition

Priority:
State:
Finding:
Owner:
Note: