Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 10:06:57 -0700 (PDT)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ldd ldd.c
Message-ID:  <200205171706.g4HH6va49708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2002/05/17 10:06:57 PDT

  Modified files:
    usr.bin/ldd          ldd.c 
  Log:
  Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)
  returns, exit gracefully with 0.
  
  This fixes the behavior you see when you specify libc.so.  It occurs
  because ldd(1) itself is linked with libc.so.
  
          $ ldd /usr/lib/libc.so
          /usr/lib/libc.so:
          ldd: /usr/lib/libc.so: (null)
          /usr/lib/libc.so: exit status 1
  
  Reviewed by:    silence of audit@
  
  Revision  Changes    Path
  1.32      +5 -4      src/usr.bin/ldd/ldd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205171706.g4HH6va49708>