Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 364077 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- a/elf/dl-close.c
0
++ b/elf/dl-close.c
Lines 421-426 _dl_close_worker (struct link_map *map) Link Here
421
421
422
	      imap->l_scope_max = new_size;
422
	      imap->l_scope_max = new_size;
423
	    }
423
	    }
424
	  else if (new_list != NULL)
425
	    {
426
	      /* We didn't change the scope array, so reset the search
427
		 list.  */
428
	      imap->l_searchlist.r_list = NULL;
429
	      imap->l_searchlist.r_nlist = 0;
430
	    }
424
431
425
	  /* The loader is gone, so mark the object as not having one.
432
	  /* The loader is gone, so mark the object as not having one.
426
	     Note: l_idx != IDX_STILL_USED -> object will be removed.  */
433
	     Note: l_idx != IDX_STILL_USED -> object will be removed.  */

Return to bug 364077