Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 08:28:26 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <200503300828.j2U8SRoj011827@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2005-03-30 08:28:26 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  When allocating TLS and DTV, make sure that any unused slots in the DTV
  are initialised to zero. When freeing TLS, don't attempt to free DTV
  slots which were not used.
  
  Pointed out by: Joerg Sonnenberger
  X-MFC-After: After the branch, probably
  
  Revision  Changes    Path
  1.106     +4 -8      src/libexec/rtld-elf/rtld.c



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