Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at sctp_assoc_analyse.c:363

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

sctp_set_assoc_filter

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_assoc_analyse.c)expand/collapse
Show more  
 918  void sctp_set_assoc_filter(void)
 919  {
 920  struct sctp_analyse * u_data;
 921   
 922          /* Register the tap listener */
 923          if (sctp_stat_get_info()->is_registered == FALSE)
 924                  register_tap_listener_sctp_stat();
 925          /* (redissect all packets) */
 926   
 927          sctp_stat_scan();
 928          u_data = g_malloc(sizeof(struct sctp_analyse));
 929          u_data->assoc        = NULL;
 930          u_data->children     = NULL;
 931          u_data->analyse_nb   = NULL;
 932          u_data->window       = NULL;
 933          u_data->num_children = 0;
 934          cf_retap_packets(&cfile, FALSE);
 935          sctp_analyse_cb(u_data, TRUE);
 936[+]         sctp_set_filter(NULL, u_data);
expand/collapse

sctp_set_filter

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_assoc_analyse.c)expand/collapse
Show more  
 351  sctp_set_filter (GtkButton *button _U_, struct sctp_analyse* u_data)
 352  {
 353          gchar *f_string = NULL;
 354          GList *srclist, *dstlist;
 355          gchar *str=NULL;
 356          GString *gstring=NULL;
 357          struct sockaddr_in *infosrc=NULL;
 358          struct sockaddr_in *infodst=NULL;
 359          sctp_assoc_info_t *selected_stream;
 360          gchar *filter_string = NULL;
 361          selected_stream=u_data->assoc;
 362           
 363          if (selected_stream->check_address==FALSE)
Show more  
Show more  




Change Warning 4474.31682 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: