mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
opensc: Fix multiple cve CVE-2024-45615-45616-45617-45618-45619-45620
Fixes for uninitialized memory issues Hunk present in card-entersafe.c and card-gids.c are refresehed base on codebase. Signed-off-by: Virendra Thakur <virendrak@kpit.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
6c870913b8
commit
60fc5f65e1
+1268
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
|
||||
|
||||
#v0.21.0
|
||||
SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
|
||||
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
|
||||
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https \
|
||||
file://0001-PR-Fixes-for-uninitialized-memory-issues.patch \
|
||||
"
|
||||
DEPENDS = "virtual/libiconv openssl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user