| Message ID | 20260425222634.44171-4-peter.marko@siemens.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/5] shadow: set CVE_PRODUCT | expand |
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb index fa41b45feb..5f553f11bb 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb @@ -42,3 +42,5 @@ BBCLASSEXTEND = "native nativesdk" # git/p11-kit/import-object.c:229:70: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types] # git/p11-kit/import-object.c:264:78: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types] CFLAGS += "-Wno-error=incompatible-pointer-types" + +CVE_STATUS[CVE-2026-2100] = "fixed-version: fixed since 0.26.2"