Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2011 16:14:09 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <201101301614.p0UGEUQK017057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

kib         2011-01-30 16:14:09 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  SVN rev 218098 on 2011-01-30 16:14:09Z by kib
  
  Make ldd(1) work when versioned dependency file is cannot be loaded.
  Instead of aborting in locate_dependency(), propagate the error to
  caller. The rtld startup function does the right thing with an error
  from rtld_verify_versions(), depending on the mode of operation.
  
  Reported by:    maho
  In collaboration with:  kan
  MFC after:      1 week
  
  Revision  Changes    Path
  1.171     +13 -4     src/libexec/rtld-elf/rtld.c



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