Bugzilla – Attachment #726741: 0001-rtld-Completely-ignore-LD_LIBRARY_PATH-for-AT_SECURE.patch for bug #1039357
case 12:
/* The library search path. */
if (memcmp (envline, "LIBRARY_PATH", 12) == 0)
if (!__libc_enable_secure
&& memcmp (envline, "LIBRARY_PATH", 12) == 0)
{
library_path = &envline[13];
break;
-