This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: history of nsswitch internals...


DJ Delorie <dj@redhat.com> writes:
> Moving this hash to a single central (static, persistent) hash should
> simplify maintenance of that hash and its memory, instead of having it
> spread across many per-service structures.

Caveat: found out the hard way that the current model "happens to"
enforce the library search order, by simply starting with an empty hash
for each service...  and the hashed function doesn't include the dll
name, despite the functions *in* the dlls including them.  Sigh.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]