Wireshark-bugs: [Wireshark-bugs] [Bug 8635] enhanced WCCP decoder

Date: Tue, 04 Jun 2013 14:53:34 +0000

changed bug 8635

What Removed Added
Status RESOLVED INCOMPLETE
Resolution FIXED ---

Comment # 15 on bug 8635 from
Coverity reports 4 new CID's against the wccp dissector:

CID 1026572 (#1 of 1): Logically dead code (DEADCODE)dead_error_condition: On
this path, the condition "length < 0" cannot be true.
2597    if (length < 0)

CID 1026573 (#1 of 1): Logically dead code (DEADCODE)dead_error_condition: On
this path, the condition "length < 0" cannot be true.
2841      if (length < 0)

CID 1026574 (#1 of 1): Logically dead code (DEADCODE)dead_error_condition: On
this path, the condition "length < 0" cannot be true.
2496      if (length < 0)

CID 1026709 (#2 of 2): Unused pointer value (UNUSED_VALUE)returned_pointer:
Pointer "method_tree" returned by "proto_item_add_subtree(tm, ett)" is never
used.
2763      method_tree = proto_item_add_subtree(tm, ett);


You are receiving this mail because:
  • You are watching all bug changes.