Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at proto.c:3698

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

revert_proto_selection

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/proto_dlg.c)expand/collapse
Show more  
 443  revert_proto_selection(void)
 444  {
 445    GSList *entry;
 446    gboolean need_redissect = FALSE;
 447   
 448    /*
 449     * Undo all the changes we've made to protocol enable flags.
 450     */
 451    for (entry = protocol_list; entry != NULL; entry = g_slist_next(entry)) {
 452      protocol_data_t *p = entry->data;
 453      protocol_t *protocol;
 454   
 455[+]     protocol = find_protocol_by_id(p->hfinfo_index);
 456[+]     if (proto_is_protocol_enabled(protocol) != p->was_enabled) {
expand/collapse

proto_is_protocol_enabled

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)expand/collapse
Show more  
 3696  proto_is_protocol_enabled(protocol_t *protocol)
 3697  {
 3698          return protocol->is_enabled;
Show more  
Show more  




Change Warning 4245.30612 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: