Wireshark-commits: [Wireshark-commits] master-2.4 5d8e426: Don't use dladdr() to get a pathname for
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Oct 2018 17:16:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d8e4263014ccdfc41d3e190144dc4d7c8c604c5
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

5d8e426 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use dladdr() to get a pathname for the current executable().
    
    Change-Id: I24ad11a659c2cb936f873339dc2b36ac9944280a
    Reviewed-on: https://code.wireshark.org/review/27359
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 15cfc41e9441c648caf10483520ba3503f2824a0)
    Reviewed-on: https://code.wireshark.org/review/30077
    

Actions performed:

    from  3a2a4bc   Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.
     add  5d8e426   Don't use dladdr() to get a pathname for the current executable().


Summary of changes:
 capinfos.c                      |  2 +-
 captype.c                       |  2 +-
 cmakeconfig.h.in                |  3 --
 dftest.c                        |  2 +-
 editcap.c                       |  2 +-
 mergecap.c                      |  2 +-
 randpkt.c                       |  2 +-
 rawshark.c                      |  2 +-
 reordercap.c                    |  2 +-
 sharkd.c                        |  2 +-
 tfshark.c                       |  2 +-
 tools/oss-fuzzshark/fuzzshark.c |  2 +-
 tshark.c                        |  2 +-
 ui/gtk/main.c                   |  2 +-
 wireshark-qt.cpp                |  3 +-
 wsutil/filesystem.c             | 90 +++++++++++++++--------------------------
 16 files changed, 46 insertions(+), 76 deletions(-)