Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183844
Collapse All | Expand All

(-)elf/rtld.c (-1 / +2 lines)
Lines 2587-2593 process_envvars (enum mode *modep) Link Here
2587
2587
2588
	case 10:
2588
	case 10:
2589
	  /* Mask for the important hardware capabilities.  */
2589
	  /* Mask for the important hardware capabilities.  */
2590
	  if (memcmp (envline, "HWCAP_MASK", 10) == 0)
2590
	  if (!INTUSE(__libc_enable_secure)
2591
          && memcmp (envline, "HWCAP_MASK", 10) == 0)
2591
	    GLRO(dl_hwcap_mask) = __strtoul_internal (&envline[11], NULL,
2592
	    GLRO(dl_hwcap_mask) = __strtoul_internal (&envline[11], NULL,
2592
						      0, 0);
2593
						      0, 0);
2593
	  break;
2594
	  break;
(-)sysdeps/generic/unsecvars.h (+1 lines)
Lines 9-14 Link Here
9
  "LD_DEBUG\0"								      \
9
  "LD_DEBUG\0"								      \
10
  "LD_DEBUG_OUTPUT\0"							      \
10
  "LD_DEBUG_OUTPUT\0"							      \
11
  "LD_DYNAMIC_WEAK\0"							      \
11
  "LD_DYNAMIC_WEAK\0"							      \
12
  "LD_HWCAP_MASK\0"                               \
12
  "LD_LIBRARY_PATH\0"							      \
13
  "LD_LIBRARY_PATH\0"							      \
13
  "LD_ORIGIN_PATH\0"							      \
14
  "LD_ORIGIN_PATH\0"							      \
14
  "LD_PRELOAD\0"							      \
15
  "LD_PRELOAD\0"							      \

Return to bug 183844