Wireshark-commits: [Wireshark-commits] master 120a1eb: wmem: Delay creation of map	table until its 
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=120a1ebb2264c7b13cf20a9c8e9db37e9a125743
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
120a1eb by Michael Mann (mmann78@xxxxxxxxxxxx):
    wmem: Delay creation of map table until its needed
    
    wmem_map_new_autoreset(wmem_epan_scope(), wmem_file_scope(), ...)
    doesn't have "file" scope ready at startup to create hash table
    and will assert.
    
    Change-Id: I3437f45ef42bf8635e4d504cf073fc3fb0c9a8cd
    Reviewed-on: https://code.wireshark.org/review/19825
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    
Actions performed:
    from  8f81dd4   TLS: fix decryption of renegotiated sessions
    adds  120a1eb   wmem: Delay creation of map table until its needed
Summary of changes:
 epan/wmem/wmem_map.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)