Text   |  XML   |  ReML   |   Visible Warnings:

Redundant Condition  at sctp_error_dlg.c:126

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

sctp_error_on_frame

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_error_dlg.c)expand/collapse
Show more  
 120  sctp_error_on_frame (GtkButton *button _U_, gpointer user_data _U_)
 121  {
 122   
 123          if (selected_packet==NULL)
 124                  return;
 125   
 126          if (selected_packet)
 127                  cf_goto_frame(&cfile, selected_packet->frame_number);
 128  }
Show more  




Change Warning 4267.30579 : Redundant Condition

Priority:
State:
Finding:
Owner:
Note: