Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-k12.c:318

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

k12_update_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-k12.c)expand/collapse
Show more  
 310  k12_update_cb(void* r, const char** err)
 311  {
 312          k12_handles_t* h = r;
 313          gchar** protos;
 314          guint num_protos, i;
 315   
 316[+]         protos = ep_strsplit(h->protos,":",0);
 317   
 318          for (num_protos = 0; protos[num_protos]; num_protos++)
Show more  




Change Warning 1180.30422 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: