Wireshark-commits: [Wireshark-commits] master 41d0cf7: S1AP: Catch out-of-bounds error when dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Jun 2019 12:50:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41d0cf7320540f5d81d5837dca2ef40dd3eadf16
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

41d0cf7 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    S1AP: Catch out-of-bounds error when dissecting UERadioCapability.
    
    Change-Id: I14fbf46583a5e17bcd3e7b05d1faee43983f47a5
    Reviewed-on: https://code.wireshark.org/review/33763
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  44c5e62   Qt: Fix default position when "Apply as Column"
     add  41d0cf7   S1AP: Catch out-of-bounds error when dissecting UERadioCapability.


Summary of changes:
 epan/dissectors/asn1/s1ap/packet-s1ap-template.c |   2 +
 epan/dissectors/asn1/s1ap/s1ap.cnf               | 100 +++++-
 epan/dissectors/packet-s1ap.c                    | 404 ++++++++++++++---------
 3 files changed, 331 insertions(+), 175 deletions(-)