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

Khem Raj raj.khem at gmail.com
Wed May 29 09:04:14 UTC 2019


On Tue, May 28, 2019 at 11:20 PM Adrian Bunk <bunk at stusta.de> wrote:
>
> 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.

I don't think its stated as such anywhere in musl design guidelines,
however they do
try to implement defined behavior for POSIX functions which is a good thing.

>
> 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