Wireshark-commits: [Wireshark-commits] master-2.0 c1da9b7: SNMP: duplicate dynamic members of snmp_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Feb 2017 18:32:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c1da9b71b9a567b8cffd72ea6b177a60d27609b9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

c1da9b7 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SNMP: duplicate dynamic members of snmp_ue_assoc_t structure in localize_ue()
    
    Otherwise you can end up freeing twice the same memory blocks
    (from localized_ues and unlocalized_ues lists)
    
    Bug: 13420
    Change-Id: I7e6f1f8d740b0e5ffca851f3f5b1928a7686c069
    Reviewed-on: https://code.wireshark.org/review/20190
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 1089211c0b0aca7d95b4f54ca0e61d070555e896)
    Conflicts:
    	epan/dissectors/asn1/snmp/packet-snmp-template.c
    	epan/dissectors/packet-snmp.c
    Reviewed-on: https://code.wireshark.org/review/20201
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bc281f2   [Automatic update for 2017-02-19]
    adds  c1da9b7   SNMP: duplicate dynamic members of snmp_ue_assoc_t structure in localize_ue()


Summary of changes:
 asn1/snmp/packet-snmp-template.c |    5 +++++
 epan/dissectors/packet-snmp.c    |   11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)