Wireshark-bugs: [Wireshark-bugs] [Bug 9786] Buildbot crash output: fuzz-2014-02-17-9962.pcap

Date: Wed, 19 Feb 2014 22:31:48 +0000

changed bug 9786

What Removed Added
Status CONFIRMED IN_PROGRESS
CC   [email protected]

Comment # 2 on bug 9786 from
(In reply to comment #1)
> endless loop, integer overflow
> 
> fixed in 9e00e025982a2bddabe1f4c051786601a554fd3e

not fully sure if this is a proper fix

Roland, can you please review dissect_epl_sdo_command_write_multiple_by_index()
and fix all places where a negative value might be assigned to an unsigned int

for example

guint32 size;

size = datalength - 8 - padding;

 size = tvb_reported_length_remaining ( tvb, offset ) - ( pyldoffset );

etc

Thanks,

   Martin


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