Wireshark-commits: [Wireshark-commits] master-2.0 d6193e9: Fix: UA3G read past end of tvb + NOE key

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Mar 2017 22:57:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6193e94dd57ee1b9dfd87774642f4a7c73e8438
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

d6193e9 by erikdejong (erikdejong@xxxxxxxxx):

    Fix: UA3G read past end of tvb + NOE key descriptions
    
    packet-ua3g.c:
    Start tone device routing packet causes exception because it adds a subtree with
    length 6 where it should be 3. Changed 6 to 3.
    
    packet-noe.c:
    Key description is incomplete because buffer reserved is only 10 bytes long and
    key descriptions are up to 23 bytes long. Changed buffer length to 24.
    
    Bug: 13502
    Change-Id: I8212d23c650efd341e87f766a80a887ef82f4b0b
    Reviewed-on: https://code.wireshark.org/review/20633
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 9a81d2ec3764f33a2525c66d784e24f00a852916)
    Reviewed-on: https://code.wireshark.org/review/20642
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3b4ed55   MySQL: Bugfix state handling
    adds  d6193e9   Fix: UA3G read past end of tvb + NOE key descriptions


Summary of changes:
 epan/dissectors/packet-noe.c  |    8 ++++----
 epan/dissectors/packet-ua3g.c |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)