mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
(_dl_load_cache_lookup): Set cache.
This commit is contained in:
parent
0a7fef0159
commit
8c17f5ecbf
@ -184,7 +184,7 @@ _dl_load_cache_lookup (const char *name)
|
||||
}
|
||||
else if (file && cachesize > sizeof *cache_new)
|
||||
{
|
||||
cache_new = (struct cache_file_new *) file;
|
||||
cache = cache_new = (struct cache_file_new *) file;
|
||||
if (memcmp (cache_new->magic, CACHEMAGIC_NEW,
|
||||
sizeof CACHEMAGIC_NEW - 1)
|
||||
|| memcmp (cache_new->version, CACHE_VERSION,
|
||||
|
Loading…
Reference in New Issue
Block a user