https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6564
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2011-11-10 19:10:30 PST ---
Either we need bignum support in Wireshark (FT_UINT and FT_INT) and need to use
that for BER integral types, or we need to check the length of the item (more
than just the current check we do for a length of 9) and just fail if the value
is too big. (See the code after indexing_done: in dissect_snmp_VarBind() in
asn1/snmp/packet-snmp-template.c.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.