Null Pointer Dereference at tap-megacostat.c:92 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
megacostat_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/tap-megacostat.c)![]() | ||||||
![]() | ||||||
82 | megacostat_init(const char *optarg, void* userdata _U_) | |||||
83 | { | |||||
84 | megacostat_t *ms; | |||||
85 | int i; | |||||
86 | const char *filter=NULL; | |||||
87 | GString *error_string; | |||||
88 | pref_t *megaco_ctx_track,*h248_ctx_track; | |||||
89 | ||||||
90 | [+] | megaco_ctx_track = prefs_find_preference(prefs_find_module("megaco"),"ctx_info"); | ||||
91 | h248_ctx_track = prefs_find_preference(prefs_find_module("h248"),"ctx_info"); | |||||
92 | if (!*megaco_ctx_track->varp.boolp || !*h248_ctx_track->varp.boolp) {
| |||||
![]() |