Martin Kaiser
changed
bug 9786
Comment # 2
on bug 9786
from Martin Kaiser
(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.