Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at rtp_stream_dlg.c:94

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

add_to_clist

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/rtp_stream_dlg.c)expand/collapse
Show more  
 82  static void add_to_clist(rtp_stream_info_t* strinfo)
 83  {
 84          gchar label_text[256];
 85          gint added_row;
 86          gchar *data[NUM_COLS];
 87          guint32 expected;
 88          gint32 lost;
 89          double perc;
 90          int i;
 91          char *savelocale;
 92   
 93          /* save the current locale */
 94          savelocale = setlocale(LC_NUMERIC, NULL);
Show more  




Change Warning 4195.30838 : Null Pointer Dereference

Because they are very similar, this warning shares annotations with warning 4195.30845.

Priority:
State:
Finding:
Owner:
Note: