Null Pointer Dereference at rtp_stream_dlg.c:94 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
add_to_clist (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/rtp_stream_dlg.c)![]() | ||||||
![]() | ||||||
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);
| |||||
![]() |