Wireshark-commits: [Wireshark-commits] master f45ef3d: rlc: Catch exceptions from sub-dissectors

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 22 May 2018 07:34:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f45ef3d46d668123cf1998fc46036ff20834b7d9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f45ef3d by Darien Spencer (cusneud@xxxxxxxx):

    rlc: Catch exceptions from sub-dissectors
    
    Incorrect reassembly and/or parsing ciphered data can lead to exceptions.
    We want to be able to parse other SDUs/transport blocks in FP even
    if this happens.
    
    Change-Id: Ie54ee337cf85d8c1cd0e3ac8e46bda96ff2304b9
    Reviewed-on: https://code.wireshark.org/review/27656
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d41a5dc   ieee80211: fix the value for CBAP allocation
    adds  f45ef3d   rlc: Catch exceptions from sub-dissectors


Summary of changes:
 epan/dissectors/packet-umts_rlc.c | 41 ++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)