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