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

Date: Tue, 04 Jun 2013 15:09:18 +0000

Comment # 16 on bug 8635 from
(In reply to comment #15)

[...]
> 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);
Yes, Clang found also this issue and i found a another issue... ett is a "wrong
variable" (it is the "tab" with all ett entry...)


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