mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
zip: fix security issues
This patch avoids zip recipe fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9552] (From OE-Core rev: f63a36360b7e138d2a63c84b5b1a8287ffe3d2ae) 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
8ed25517a9
commit
c676d5dd6f
@@ -106,7 +106,6 @@ SECURITY_STRINGFORMAT_pn-kexec-tools = ""
|
||||
SECURITY_STRINGFORMAT_pn-makedevs = ""
|
||||
SECURITY_STRINGFORMAT_pn-oh-puzzles = ""
|
||||
SECURITY_STRINGFORMAT_pn-unzip = ""
|
||||
SECURITY_STRINGFORMAT_pn-zip = ""
|
||||
|
||||
TARGET_CFLAGS_append_class-target = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user