Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at sctp_assoc_analyse.c:155

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

on_chunk1_dlg

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_assoc_analyse.c)expand/collapse
Show more  
 149  static void on_chunk1_dlg(GtkWidget *widget _U_, struct sctp_analyse* u_data)
 150  {
 151  sctp_assoc_info_t* assinfo = NULL;
 152           
 153          assinfo = g_malloc(sizeof(sctp_assoc_info_t));
 154          assinfo = &static_assoc;
 155          assinfo->addr_chunk_count = (static_assoc.addr_chunk_count);
 156          u_data->assoc = assinfo;
 157          sctp_chunk_stat_dlg_show(1, u_data);
 158  }
Show more  




Change Warning 4433.30822 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: