Wireshark-commits: [Wireshark-commits] master 15cfc41: Don't use dladdr() to get a pathname for the
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15cfc41e9441c648caf10483520ba3503f2824a0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
15cfc41 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>
Actions performed:
from 41445d0 Use dlget() and dlgetname() to get the executable path name on HP-UX.
adds 15cfc41 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 | 88 +++++++++++++++--------------------------
wsutil/filesystem.h | 2 +-
17 files changed, 46 insertions(+), 76 deletions(-)