Wireshark-commits: [Wireshark-commits] master 40b2831: Add boundary check for 802.11 decryption

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Nov 2015 09:47:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40b283181c63cb28bc6f58d80315eccca6650da0
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

40b2831 by Peter Wu (peter@xxxxxxxxxxxxx):

    Add boundary check for 802.11 decryption
    
    Fixed stack-based buffer overflow when the frame length exceeds 8KB.
    
    Bug: 11790
    Change-Id: I20db8901765a7660e587057e955d4fb5a8645574
    Reviewed-on: https://code.wireshark.org/review/12237
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  38c53f9   Sanity check iSeries packet length to prevent heap-based buffer overflow.
    adds  40b2831   Add boundary check for 802.11 decryption


Summary of changes:
 epan/crypt/airpdcap.c        |    6 ++++++
 epan/crypt/airpdcap_system.h |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)