[oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

Adrian Bunk bunk at stusta.de
Tue May 28 21:20:43 UTC 2019


On Tue, May 28, 2019 at 01:37:21PM -0700, Khem Raj wrote:
>...
> That could be improved. Probably adding this function to musl is not a bad idea
> 
> something like
> 
> char *secure_getenv(const char *name)
> {
>  return issetugid() ? NULL : getenv(name);
>...

I didn't know that musl adds non-standard functions like issetugid()
that are not in glibc.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



More information about the Openembedded-devel mailing list