summaryrefslogtreecommitdiff
path: root/utils/ldd.c
AgeCommit message (Collapse)Author
2004-02-13Avoid potential double free when locate_library_file() is usedEric Andersen
on fully resolved names
2004-02-01The code for checking the rpath was not finding the rpathEric Andersen
value correctly, since it forgot to lookup the correct value in the string table.
2003-11-23Hopefully this is correct for cris.Manuel Novoa III
2003-11-12Fix a stupid potential segfaultEric Andersen
2003-11-06Begin converting the client utilsEric Andersen