nanopb: patch CVE-2024-53984

Details: https://nvd.nist.gov/vuln/detail/CVE-2024-53984

Pick the patch referenced by the nvd report.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-12-25 13:51:34 +01:00
parent d07ae6a5c8
commit ef7ac09d7a
2 changed files with 39 additions and 1 deletions
@@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
DEPENDS = "protobuf-native"
SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https"
SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https \
file://CVE-2024-53984.patch \
"
SRCREV = "c9124132a604047d0ef97a09c0e99cd9bed2c818"
S = "${WORKDIR}/git"