Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-bootp.c:4021

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

bootp_init_protocol

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bootp.c)expand/collapse
Show more  
 4004  bootp_init_protocol(void)
 4005  {
 4006      gchar **optionstrings = NULL;
 4007      gchar **optiondetail = NULL;
 4008      gchar *type = NULL;
 4009      guint i, ii;
 4010   
 4011      /* first copy default_bootp_opt[] to bootp_opt[].  This resets all values to default */
 4012      for(i=0; i<BOOTP_OPT_NUM; i++)
 4013      {
 4014          bootp_opt[i].text = default_bootp_opt[i].text;
 4015          bootp_opt[i].ftype = default_bootp_opt[i].ftype;
 4016          bootp_opt[i].data = default_bootp_opt[i].data;
 4017      }
 4018   
 4019      /* now split semicolon seperated fields groups */
 4020[+]     optionstrings = ep_strsplit(pref_optionstring, ";", -1);
 4021      for (i=0;optionstrings[i]!=NULL;i++)
Show more  




Change Warning 1931.30705 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: