Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at tap-rtp.c:79

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

rtp_streams_stat_draw

(/home/sate/Testcases/c/cve/wireshark-1.2.0/tap-rtp.c)expand/collapse
Show more  
 63  rtp_streams_stat_draw(void *arg _U_)
 64  {
 65       
 66       
 67      GList *list;
 68      rtp_stream_info_t* strinfo;
 69      gchar *payload_type;
 70      guint32 expected;
 71      gint32 lost;
 72      double perc;
 73      char *savelocale;
 74       
 75      printf("========================= RTP Streams ========================\n");
 76      printf("%15s %5s %15s %5s %10s %16s %5s %12s %15s %15s %15s %s\n","Src IP addr", "Port",  "Dest IP addr", "Port", "SSRC", "Payload", "Pkts", "Lost", "Max Delta(ms)", "Max Jitter(ms)", "Mean Jitter(ms)", "Problems?");
 77       
 78      /* save the current locale */
 79      savelocale = setlocale(LC_NUMERIC, NULL);
Show more  




Change Warning 4878.30915 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: