From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <3wO83Yg0bAJcDFEFI19C-GIF41GG94.7FF7C5LJ5I3FEK5EK.3FD@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 3B61D3858C83 for ; Mon, 21 Mar 2022 03:23:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3B61D3858C83 Received: by mail-io1-xd45.google.com with SMTP id g16-20020a05660203d000b005f7b3b0642eso9741450iov.16 for ; Sun, 20 Mar 2022 20:23:45 -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=6UFlNomy5hZk1TaS5XAVfsCBJr61A8ZzUJIdAFNvJYk=; b=KtykTlCfzDRSSRurzfjab0WBkHEAjIgMwgqlEpr4ekVz6DenappT7SBoKaSuFJV/Fx 9ruXmmsgczC6KFi9+IvQXKHOGJIM9oVabu1IxhBaIAmrSH8Br+aD8Y9mfa1I1Pxqi4Wf 411rQ/Z+paskcIGu4hiywAE+zVTAPR4TLVSnD0H0m3DWAvJENxoKx8fr9eV3iZFDSk80 lwzviXwYryWR95t0HdUyEgFWyyrJcZuRgsj3FFiu4cFvYH+SRNGrG7Te4SMFj6jpwzj8 Jx42BZrccSd+7mb8CooKX+6UnbR/EL98pnNYLSpmltP3MGMVyd7H3g0Nzcf9mZ+dgbPj q0EA== X-Gm-Message-State: AOAM5303TnU2eHOs3NpicrJUeOX62GL991dQKIO0RXJYaiYMTddPc3ch AfeZT453ZAbCMxljYm5/oP7j9nkrGZNiq3n59ilRVZkFE0UY X-Google-Smtp-Source: ABdhPJzkdzhIiJ7tDKGXLy6wtj5xjg5oc3UwUb/WIESUx8oobNMZd6kvi7fTMCFAXA4QYA88miRI/o9bIyhyheSft8IswTLkTXen MIME-Version: 1.0 X-Received: by 2002:a5e:924c:0:b0:646:390e:ce1b with SMTP id z12-20020a5e924c000000b00646390ece1bmr9300181iop.142.1647833024573; Sun, 20 Mar 2022 20:23:44 -0700 (PDT) Date: Sun, 20 Mar 2022 20:23:44 -0700 Reply-To: oss-fuzz@monorail-prod.appspotmail.com References: <0=71cc74a7ba1af446b7ed6b9a08b414d9=ea1264b8eb8555aa9de8bbd022f3db6f=oss-fuzz@monorail-prod.appspotmail.com> X-Google-Appengine-App-Id: s~monorail-prod X-Google-Appengine-App-Id-Alias: monorail-prod Message-ID: <0000000000001438de05dab20619@google.com> Subject: Issue 45630 in oss-fuzz: elfutils:fuzz-libelf: Use-of-uninitialized-value in validate_str From: =?UTF-8?Q?evv=E2=80=A6_via_monorail?= To: elfutils-devel@sourceware.org X-Spam-Status: No, score=-1.5 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=ham 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, 21 Mar 2022 03:23:46 -0000 Comment #4 on issue 45630 by evv...@gmail.com: elfutils:fuzz-libelf: Use-of-uninitialized-value in validate_str https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45630#c4 Issues like that are bogus and https://github.com/google/oss-fuzz/pull/7401 should fix them. Since it's a "security" issue it would great if OSS-Fuzz could mark them "Invalid" so that bash scripts generating CVEs based on OSS-Fuzz reports could ignore them (I hope they ignore "Invalid" issues. I'm not exactly sure how they work) -- 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.