Wireshark-commits: [Wireshark-commits] master-2.6 75a3d3b: Don't use dladdr() to get a pathname for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Oct 2018 16:54:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75a3d3b0fd56c73a02d0a8fde5485ca5a1a0a505
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

75a3d3b 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/30076
    

Actions performed:

    from  d7d9886   Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.
     add  75a3d3b   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(-)