Wireshark-commits: [Wireshark-commits] master 6c4d03c: packet-kerberos: allocate enc_key_list on wm

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 May 2020 08:28:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c4d03c74b942a3510df82b7935e5e39ceef289c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6c4d03c by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: allocate enc_key_list on wmem_epan_scope()
    
    In the long run we'll remove enc_key_list and use a wmem_map instead.
    
    Change-Id: I50a0a32eea4cb21bf2bcb5e97ed8eab6b847a75d
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37283
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  06f06ee   http2: workaround to fix headers dissection for partial captures
     add  6c4d03c   packet-kerberos: allocate enc_key_list on wmem_epan_scope()


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       | 26 ++++++++++++++++--
 epan/dissectors/packet-kerberos.c                  | 32 ++++++++++++++++++----
 2 files changed, 49 insertions(+), 9 deletions(-)