[Buildroot] [PATCH 02/12] binutils/2.24: add patch to warn about unsafe library paths

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Sep 10 20:19:21 UTC 2014


Dear Yann E. MORIN,

On Wed, 10 Sep 2014 21:52:04 +0200, Yann E. MORIN wrote:

> > ++  char *temp;
> 
> Well, let's give it a better name, please:  char *BR_paranoid_env;

[...]

> > ++  temp = getenv("BR_COMPILER_PARANOID_UNSAFE_PATH");
> > ++  if (temp && strlen(temp) > 0)
> 
>     if (BR_paranoid_env && BR_paranoid_env[0])

Ok, makes sense.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list