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

Alexander Kabaev kan at FreeBSD.org
Wed May 7 18:31:37 PDT 2003


kan         2003/05/07 18:31:36 PDT

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  Rethink the way we count module references. Simply following
  DT_NEEDED links is not flexible enough for cases where dynamically
  loaded modules form a dependency cycle.
  
  This should fix an infinite recursion problem encountered by Yahoo.
  
  Approved by:    re (jhb)
  
  Revision  Changes    Path
  1.79      +30 -18    src/libexec/rtld-elf/rtld.c


More information about the cvs-src mailing list