Null Pointer Dereference at packet-bootp.c:4021 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
bootp_init_protocol (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bootp.c)![]() | ||||||
![]() | ||||||
4004 | bootp_init_protocol(void) | |||||
4005 | { | |||||
4006 | gchar ** = 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 | [+] | = ep_strsplit(, ";", -1); | ||||
4021 | for (i=0;i]!= [NULL;i++)
| |||||
![]() |