avg 15ff949f29 rtld: eliminate double call to close(2) that may occur in load_object
The second close(2) call resulted in heisenbugs in some multi-threaded
applications where e.g. dlopen(3) call in one thread could close a file
descriptor for a file having been opened in other thread concurrently.

My litmus test for this issue was an openoffice.org build.

Reviewed by:	jhb
MFC after:	2 weeks
2011-03-25 18:23:10 +00:00
..
2010-12-20 08:29:54 +00:00
2010-12-06 10:24:06 +00:00
2010-12-20 08:37:26 +00:00
2010-12-20 08:44:08 +00:00
2010-02-26 09:41:16 +00:00
2010-12-19 13:05:17 +00:00
2010-11-09 10:59:09 +00:00
2010-02-26 09:41:16 +00:00
2009-12-03 15:48:24 +00:00