https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4300
--- Comment #6 from Mithun Roy <mithunroy13@xxxxxxxxx> 2010-12-21 22:28:41 PST ---
sdnv_length is a variable field so it is fine to check if sdnv_length < 1, but
"sdnv_length < 1 || sdnv_length > 4" is not correct because there is a
possibility that the length will be greater than 4.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.