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: Dale Rahn (drahncvs.openbsd.org)
Date: Sat Jun 07 2008 - 21:40:49 CDT


CVSROOT: /cvs
Module name: src
Changes by: drahncvs.openbsd.org 2008/06/07 20:40:49

Modified files:
        libexec/ld.so/ldconfig: prebind_delete.c

Log message:
When prebind_newfile() is called the input file is replaced with the new
file, thus leaking the file descriptor, close the input file when it done.