cvs commit: src/libexec/rtld-elf rtld.c

Konstantin Belousov kib at FreeBSD.org
Fri Sep 8 07:59:55 PDT 2006


kib         2006-09-08 14:59:55 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  When looking up the symbol by dlsym, look it not only in the object
  given as dso handle, but also in the implicit dependencies of that dso.
  
  Also, const-ify the read-only parameter objlist of symlook_list.
  
  Reported by:    "Simon 'corecode' Schubert" <corecode at fs ei tum de>
  Approved by:    kan (mentor)
  X-MFC-After:    6.2
  
  Revision  Changes    Path
  1.117     +10 -13    src/libexec/rtld-elf/rtld.c


More information about the cvs-all mailing list