Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at iax2_analysis.c:2985

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

iax2_float_data_func

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/iax2_analysis.c)expand/collapse
Show more  
 2969  iax2_float_data_func (GtkTreeViewColumn *column _U_,
 2970                        GtkCellRenderer   *renderer,
 2971                        GtkTreeModel      *model,
 2972                        GtkTreeIter       *iter,
 2973                        gpointer           user_data)
 2974  {
 2975          gfloat  float_val;
 2976          gchar   buf[20];
 2977          char *savelocale;
 2978   
 2979          /* the col to get data from is in userdata */
 2980          gint float_col = GPOINTER_TO_INT(user_data);
 2981   
 2982          gtk_tree_model_get(model, iter, float_col, &float_val, -1);
 2983   
 2984          /* save the current locale */
 2985          savelocale = setlocale(LC_NUMERIC, NULL);
Show more  




Change Warning 4391.30063 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: