https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4300
--- Comment #5 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-12-21 19:01:45 PST ---
(In reply to comment #4)
> Technically, 1, 2, 3,
> and 4 are all valid lengths for all of the FT_UINT* types, so we might be able
> to get away with changing the check from "sdnv_length != 1" to "sdnv_length < 1
> || sdnv_length > 4".
Is this still a problem? Currently in rev 35241 the check is for "sdnv_length
< 1". Should it be changed to "sdnv_length < 1 || sdnv_length > 4", or perhaps
there's no need and this bug can be closed?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.