Hello Bhabu This patch does not contain your Signed-off-By
Could you prease respin with the correct SoB please ? thanks a lot Jeremy On Fri May 22, 2026 at 12:18 PM CEST, BINDU via lists.openembedded.org wrote: > Ignore CVE-2026-5745 as libarcihive maintainer rejected CVE-2026-5745. > This is reproducible only with UBSAN, using with > '-fsanitize=pointer-overflow -fsanitize-trap=pointer-overflow'. > The root cause remains a UBSAN violation, not a NULL pointer dereference > > https://github.com/libarchive/libarchive/issues/2904#issuecomment-4257068822 > > Signed-off-by: Sana Kazi <[email protected]> > --- > meta/recipes-extended/libarchive/libarchive_3.7.9.bb | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb > b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb > index 6b31256960..e402a485b3 100644 > --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb > +++ b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb > @@ -80,4 +80,9 @@ ALTERNATIVE:bsdcpio = "cpio" > ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" > ALTERNATIVE_TARGET[cpio] = "${bindir}/bsdcpio" > > +python() { > + if not bb.utils.filter('CFLAGS', '-fsanitize=pointer-overflow > -fsanitize-trap=pointer-overflow', d): > + d.setVarFlag("CVE_STATUS", "CVE-2026-5745", "not-applicable-config: > sanitize is disabled") > +} > + > BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238370): https://lists.openembedded.org/g/openembedded-core/message/238370 Mute This Topic: https://lists.openembedded.org/mt/119438720/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
