Wireshark-bugs: [Wireshark-bugs] [Bug 11037] Infinite loop DoS in ForCES dissector

Date: Sun, 08 Mar 2015 15:50:03 +0000

Comment # 2 on bug 11037 from
Evan: I should have been clear that the proto_tree_add_item() bounds check
would not have prevented this error because length_ilv is signed, so the
if(length_ilv > 0) check would have been skipped. The proposed patch does fix
the negative integer problem.


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