Wireshark-commits: [Wireshark-commits] master 1f90eab: Expand before multiply (CID-1355683 and CID-

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Apr 2016 05:59:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f90eab9c565cbafce63ecadef58d0b6c9cbadfb
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1f90eab by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Expand before multiply (CID-1355683 and CID-1355684)
    
    Cast the value before multiplication to prevent overflow.
    
    Change-Id: I673e9e3e869e326ba3d23c3a2100e274e9dc7566
    Reviewed-on: https://code.wireshark.org/review/14823
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  0c1e88a   Cast away a warning.
    adds  1f90eab   Expand before multiply (CID-1355683 and CID-1355684)


Summary of changes:
 epan/dissectors/packet-aeron.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)