Wireshark-bugs: [Wireshark-bugs] [Bug 8592] packet-dhcpv6.c, Vendor Specific Information, Cable

Date: Thu, 20 Jun 2013 14:10:33 +0000

changed bug 8592

What Removed Added
Attachment #11020 is obsolete   1
Attachment #11033 Flags   review_for_checkin?

Comment # 10 on bug 8592 from
Created attachment 11033 [details]
diff of fourth submission

-- packet-dhcpv6.c:681: warning: unused parameter 'replacement'
done

-- packet-dhcpv6.c: In function 'dissect_packetcable_cccV6_option':
-- packet-dhcpv6.c:945: warning: unused variable 'pi_tmp'
done

-- inner-most loop of swap_field_length_with_char,
-- extract entire next_length characters at once

-- device_type buffer - use a char* and directly
done

-- CL_OPTION_TLV5 the loop variable tlv5_counter can overflow on a crafted
-- packet, leading to an infinite loop bug. Either check for overflow or
-- make it a sufficiently large type that it won't overflow
changed guint8 to gint


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