OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Kurt Miller (kurtcvs.openbsd.org)
Date: Mon Nov 14 2005 - 20:14:47 CST


CVSROOT: /cvs
Module name: src
Changes by: kurtcvs.openbsd.org 2005/11/14 19:14:47

Modified files:
        libexec/ld.so : library_subr.c

Log message:
correct opencount decrement in _dl_unload_dlopen. was leaving function
with -1 as opencount and interfeering with dtors. problem reported by
espie. okay drahn