Wireshark-commits: [Wireshark-commits] master-1.12 a413ca0: Check for multiplicative overflow in th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Aug 2014 00:15:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a413ca09d570c4c09a4eb95f1d0a4d83a2e35b4d
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

a413ca0 by Evan Huus (eapache@xxxxxxxxx):

    Check for multiplicative overflow in the wmem_alloc_array macros.
    
    Bug:10343
    Change-Id: Iea511c806b92999b3b497f94886c46a818100a23
    Reviewed-on: https://code.wireshark.org/review/3396
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    (cherry picked from commit efb8a1ee4319593dc14b8a42068f2cfddea1bff5)
    Reviewed-on: https://code.wireshark.org/review/3397
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  b4fa306   Remove duplicate line.
    adds  a413ca0   Check for multiplicative overflow in the wmem_alloc_array macros.


Summary of changes:
 epan/wmem/wmem_core.h |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)