Explorar el Código

unmap ld.so.cache when dlopen() returns.

Joakim Tjernlund hace 21 años
padre
commit
f3e2baa25c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ldso/libdl/libdl.c

+ 1 - 0
ldso/libdl/libdl.c

@@ -347,6 +347,7 @@ void *dlopen(const char *libname, int flag)
 		}
 	}
 #endif
+	_dl_unmap_cache();
 	return (void *) dyn_chain;
 
 oops: