mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
stat: fix security issues
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] (From OE-Core rev: f03c1f41933e9997a01a8b1dcdf9fb18579de1d1) Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1613275de7
commit
8ed25517a9
@@ -105,7 +105,6 @@ SECURITY_STRINGFORMAT_pn-gettext = ""
|
||||
SECURITY_STRINGFORMAT_pn-kexec-tools = ""
|
||||
SECURITY_STRINGFORMAT_pn-makedevs = ""
|
||||
SECURITY_STRINGFORMAT_pn-oh-puzzles = ""
|
||||
SECURITY_STRINGFORMAT_pn-stat = ""
|
||||
SECURITY_STRINGFORMAT_pn-unzip = ""
|
||||
SECURITY_STRINGFORMAT_pn-zip = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user