Wireshark-commits: [Wireshark-commits] master d7d1686: SNMP: fix out of bounds access to snmp_PDUs_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Nov 2019 14:22:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7d1686a95868d5df1f8e2ba5e6097c622ba1b64
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d7d1686 by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    SNMP: fix out of bounds access to snmp_PDUs_vals array
    
    Bug: 16196
    Change-Id: I5bf9a405f1d0c026ac5a29f10f4cf655d3d1441e
    Reviewed-on: https://code.wireshark.org/review/35049
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  ca11450   Documentation: update (long) cmd line options.
     add  d7d1686   SNMP: fix out of bounds access to snmp_PDUs_vals array


Summary of changes:
 epan/dissectors/asn1/snmp/snmp.cnf | 13 +++++++------
 epan/dissectors/packet-snmp.c      | 37 +++++++++++++++++++------------------
 2 files changed, 26 insertions(+), 24 deletions(-)