python3-cryptography: fix CVE-2024-26130 NULL pointer dereference

Upstream-Status: Backport from 97d2316727

Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Hitendra Prajapati
2024-03-12 11:32:31 +05:30
committed by Armin Kuster
parent 96e447ff91
commit 830419a2d9
2 changed files with 67 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ SRC_URI += " \
file://0002-chunking-didn-t-actually-work-5499.patch \
file://0003-correct-buffer-overflows-cause-by-integer-overflow-i.patch \
file://CVE-2023-23931.patch \
file://CVE-2024-26130.patch \
"
inherit pypi setuptools3