Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at sctp_assoc_analyse.c:166

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

on_chunk2_dlg

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_assoc_analyse.c)expand/collapse
Show more  
 160  static void on_chunk2_dlg(GtkWidget *widget _U_, struct sctp_analyse* u_data)
 161  {
 162  sctp_assoc_info_t* assinfo=NULL;
 163   
 164          assinfo = g_malloc(sizeof(sctp_assoc_info_t));
 165          assinfo = &static_assoc;
 166          assinfo->addr_chunk_count = (static_assoc.addr_chunk_count);    
 167          u_data->assoc = assinfo;
 168          sctp_chunk_stat_dlg_show(2, u_data);
 169  }
Show more  




Change Warning 4435.30824 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: