Wireshark-commits: [Wireshark-commits] master 618df24: decode_as: Initialize decode_as_list after f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Jan 2017 11:53:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=618df2460abdb0ee2d3e934f63de6b6a526e5800
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

618df24 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    decode_as: Initialize decode_as_list after free
    
    Initialize decode_as_list = NULL after free to avoid random crashes
    in g_list functions after changing profile.
    
    This bug was introduced in g5c7b0b96
    
    Change-Id: Ibc752f245115c5a426989e20e0ab9d0f0faac43d
    Reviewed-on: https://code.wireshark.org/review/19821
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  a949d78   Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic"
    adds  618df24   decode_as: Initialize decode_as_list after free


Summary of changes:
 epan/decode_as.c |    1 +
 1 file changed, 1 insertion(+)