Wireshark-commits: [Wireshark-commits] master efb8a1e: Check for multiplicative overflow in the wme

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Aug 2014 00:08:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efb8a1ee4319593dc14b8a42068f2cfddea1bff5
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

efb8a1e 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>
    

Actions performed:

    from  5b9acda   Stateless Transport Tunneling: Add STT dissector support
    adds  efb8a1e   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(-)