Unreachable Call at bootp_stat.c:161 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dhcpstat_draw (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/bootp_stat.c)![]() | ||||||
![]() | ||||||
151 | dhcpstat_draw(void *psp) | |||||
152 | { | |||||
153 | dhcpstat_t *sp=psp; | |||||
154 | guint index; | |||||
155 | ||||||
156 | index=sp->index; | |||||
157 | g_hash_table_foreach( sp->hash, (GHFunc) , NULL ); | |||||
158 | if (index != sp->index){ | |||||
159 | /* We have inserted a new entry corresponding to a status code , | |||||
160 | * let's resize the table */ | |||||
161 | gtk_table_resize ( GTK_TABLE(sp-> ), sp->index % 2 , 4);
| |||||
162 | } | |||||
163 | ||||||
164 | } | |||||
![]() |