Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at proto.c:5142

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

proto_registrar_dump_protocols

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)expand/collapse
Show more  
 5132  proto_registrar_dump_protocols(void)
 5133  {
 5134          protocol_t              *protocol;
 5135          int                     i;
 5136          void                    *cookie = NULL;
 5137   
 5138[+]         for (i = proto_get_first_protocol(&cookie); i != -1;
 5139              i = proto_get_next_protocol(&cookie)) {
 5140[+]                 protocol = find_protocol_by_id(i);
 5141                  printf("%s\t%s\t%s\n", protocol->name, protocol->short_name,
 5142                      protocol->filter_name);
Show more  




Change Warning 3505.30556 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: