Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-k12.c:343

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

k12_copy_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-k12.c)expand/collapse
Show more  
 335  static void*
 336  k12_copy_cb(void* dest, const void* orig, unsigned len _U_)
 337  {
 338          k12_handles_t* d = dest;
 339          const k12_handles_t* o = orig;
 340[+]         gchar** protos = ep_strsplit(d->protos,":",0);
 341          guint num_protos;
 342   
 343          for (num_protos = 0; protos[num_protos]; num_protos++)
Show more  




Change Warning 1181.30423 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: