This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: glibc 2.1.94 (ldconfig has a bug)


So, here are a cure for dl-cache again. What has been done:

a) _dl_cache_verify_ptr macro didn't work in case of the new cache
   format. Now it works. But the macro itself is a little part of
   changes, - other things around are altered to make them work and to
   make them better (as I think...).

b) Two checks for the two parts of the new cache header are combined
   in one. It is no need to separate them, as of their current usage.

c) Some things here and there are altered. Again, to improve code a
   little...

Attached bzipped patch is against glibc-2.1.95 without my previous
tiny patch.

dl-cache.patch.bz2


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