Wireshark-commits: [Wireshark-commits] master 74784bd: Update Windows binaries to GeoIP 1.6.10 with
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Apr 2017 17:53:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74784bdb3ef60d02f6041f6ec6c3b56e3841a2db
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

74784bd by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Update Windows binaries to GeoIP 1.6.10 with a local GeoIP_free function
    
    This solves a crash occurring when trying to free memory allocated by
    GeoIP (cross-compiled with mingw(32|64)) with MSVC function
    
    Bug: 13598
    Change-Id: I757cff13660bd485d7ea91d10660e9bf86404728
    Reviewed-on: https://code.wireshark.org/review/21090
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  90afc25   Units: add millibel unit string
    adds  74784bd   Update Windows binaries to GeoIP 1.6.10 with a local GeoIP_free function


Summary of changes:
 acinclude.m4                  |    5 +++++
 cmake/modules/FindGEOIP.cmake |    1 +
 cmakeconfig.h.in              |    3 +++
 epan/geoip_db.c               |    2 +-
 tools/win-setup.ps1           |    8 ++++----
 5 files changed, 14 insertions(+), 5 deletions(-)