Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Christopher Larson
On Mon, May 16, 2016 at 7:12 PM, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > From: Edwin Plauchu > > This patch avoids stat fails to compile with compiler flags which elevate > common string formatting issues into an error (-Wformat -Wformat-security > -Werror=format-security)

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
This is the version fputs call http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121584.html On 16/05/16 20:02, Khem Raj wrote: On May 16, 2016, at 5:21 PM, Plauchu Edwin wrote: Ok Bill I rewrote the patch without using macros http://lists.openembedded.org/pipermail/openemb

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 5:21 PM, Plauchu Edwin > wrote: > > Ok Bill > > I rewrote the patch without using macros > http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121581.html > you did not address the other comment about using printf properly. > On 16/05/16 17:21, Randle,

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
Ok Bill I rewrote the patch without using macros http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121581.html On 16/05/16 17:21, Randle, William C wrote: On Mon, 2016-05-16 at 16:37 -0500, Plauchu Edwin wrote: On 16/05/16 16:28, Khem Raj wrote: On May 16, 2016, at 1:19 PM,

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Randle, William C
On Mon, 2016-05-16 at 16:37 -0500, Plauchu Edwin wrote: > > On 16/05/16 16:28, Khem Raj wrote: > > > > > > > > On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: > > > > > > From: Edwin Plauchu > > > > > > This patch avoids stat fails to compile with compiler flags whic

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 2:37 PM, Plauchu Edwin > wrote: > > > > On 16/05/16 16:28, Khem Raj wrote: >>> On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: >>> >>> From: Edwin Plauchu >>> >>> This patch avoids stat fails to compile with compiler flags which elevate >>>

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
On 16/05/16 16:28, Khem Raj wrote: On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=forma

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: > > From: Edwin Plauchu > > This patch avoids stat fails to compile with compiler flags which elevate > common string formatting issues into an error (-Wformat -Wformat-security > -Werror=format-security). > > [YOCTO

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc