From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <3uiNCYg0bACMLNMNQ9HK-OQNC9OOHC.FNNFKDTRDQBNMSDMS.BNL@M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com> Received: from mail-io1-xd45.google.com (mail-io1-xd45.google.com [IPv6:2607:f8b0:4864:20::d45]) by sourceware.org (Postfix) with ESMTPS id 6FAF9389EC60 for ; Mon, 28 Mar 2022 21:08:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FAF9389EC60 Received: by mail-io1-xd45.google.com with SMTP id h14-20020a05660208ce00b00645c339411bso11139329ioz.8 for ; Mon, 28 Mar 2022 14:08:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:date:reply-to:references:message-id :subject:from:to; bh=vtXVWiMgf6UPWbIdGESLb+LnP0EzYhaFw6JiRfL1Apg=; b=DlFvGWLzxh5GaYTEBQAATrhhqLR1UYqL4HaBHJq5pp/DdD5FrPtAYbd5pStuQNOdA8 UwMAMoukmHXhYzm70u/Ll0bLbSOU7Cexic0+e9fbASgrcw3a4xRTbda/AnLA3P3WnnEj VSulzu30Tqk7OEFsel+Q8CtmMi10ZArw1aSbSLV5tU21yGDFJ3oWePvK50xQAtad/dwO Z3LNwipdFiEx4Tp32UbqNKnPMGwymj+KvIadJHJvL8FNyAL9SajPAjfARBdYEiZIDcjf LylEQWD7VaSp4/4O0mZE+XGV42xGcKnCKSlidAiM5UPRJOh/OYsZRTf0SdzaKxS16qI3 idpA== X-Gm-Message-State: AOAM532ravmSoDE/k+Z0P+Rhj+EaEDvhnOmgtWS1TYttyLqUFtzOjoTJ JLswlenOKHBN7dk0bFxrr71pjwqfDyJVhh1xyUTtFN9nHIid X-Google-Smtp-Source: ABdhPJwmN3g+dS1Asnd4IWfE+VRdjpcJbDUnJGHK9h/s0UCqJxsljw9kLXKSgMHHDfi5jw7tr1ymAmY2+DqXr5nWkpq/UKWsR3NL MIME-Version: 1.0 X-Received: by 2002:a02:b787:0:b0:321:3681:67a0 with SMTP id f7-20020a02b787000000b00321368167a0mr13362277jam.144.1648501690799; Mon, 28 Mar 2022 14:08:10 -0700 (PDT) Date: Mon, 28 Mar 2022 14:08:10 -0700 Reply-To: oss-fuzz@monorail-prod.appspotmail.com References: <0=71cc74a7ba1af446b7ed6b9a08b414d9=26fe704857ac0de3b0e54db00af3b787=oss-fuzz@monorail-prod.appspotmail.com> X-Google-Appengine-App-Id: s~monorail-prod X-Google-Appengine-App-Id-Alias: monorail-prod Message-ID: <000000000000b119a305db4db509@google.com> Subject: Issue 46095 in oss-fuzz: elfutils:fuzz-libelf: Use-of-uninitialized-value in elf_compress_gnu From: =?UTF-8?Q?evv=E2=80=A6_via_monorail?= To: elfutils-devel@sourceware.org X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2022 21:08:12 -0000 Comment #1 on issue 46095 by evv...@gmail.com: elfutils:fuzz-libelf: Use-of-uninitialized-value in elf_compress_gnu https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46095#c1 It was reported in https://sourceware.org/bugzilla/show_bug.cgi?id=29000 as well. To avoid duplicates like this the fuzz target should probably be trimmed a bit: https://github.com/google/oss-fuzz/pull/7395#issuecomment-1079246630 -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.