View | Details | Raw Unified | Return to bug 1039357
Collapse All | Expand All

(-)a/elf/rtld.c (-2 / +2 lines)
Lines 2419-2425 process_envvars (enum mode *modep) Link Here
2419
2419
2420
	case 12:
2420
	case 12:
2421
	  /* The library search path.  */
2421
	  /* The library search path.  */
2422
	  if (memcmp (envline, "LIBRARY_PATH", 12) == 0)
2422
	  if (!__libc_enable_secure
2423
	      && memcmp (envline, "LIBRARY_PATH", 12) == 0)
2423
	    {
2424
	    {
2424
	      library_path = &envline[13];
2425
	      library_path = &envline[13];
2425
	      break;
2426
	      break;
2426
- 

Return to bug 1039357