Wireshark-commits: [Wireshark-commits] master 7bfc49f: SV: Fix handling data length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Oct 2018 14:13:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bfc49fbc07c59cd6573388981e37bd52b3106a8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7bfc49f by Uli Heilmeier (uh@xxxxxxxxxxxx):

    SV: Fix handling data length
    
    Read not more data than protocol length defines.
    
    Bug: 15224
    Change-Id: I90e003c231fe75686065f8c44f70b5bb1df472c9
    Reviewed-on: https://code.wireshark.org/review/30377
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  08ae5b7   PER: Handle 0 length in dissect_per_octet_string_containing_pdu_new.
     add  7bfc49f   SV: Fix handling data length


Summary of changes:
 epan/dissectors/asn1/sv/packet-sv-template.c | 5 +++--
 epan/dissectors/packet-sv.c                  | 9 +++++----
 2 files changed, 8 insertions(+), 6 deletions(-)