Wireshark-commits: [Wireshark-commits] master 27b571e: NBAP: copy address in pinfo->pool

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Feb 2018 11:16:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27b571e62f6a672804c6f8e7b0558ccfb589cf9b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

27b571e by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NBAP: copy address in pinfo->pool
    
    They are copied in structures using pinfo lifetime. Let's use the same scope.
    
    Bug: 14416
    Change-Id: I5f8ee6fff49d63584a246936f551db1803ff9816
    Reviewed-on: https://code.wireshark.org/review/25748
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ae91f43   Extract HKDF-Expand from TLS 1.3 dissector
    adds  27b571e   NBAP: copy address in pinfo->pool


Summary of changes:
 epan/dissectors/asn1/nbap/nbap.cnf | 10 +++++-----
 epan/dissectors/packet-nbap.c      | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)