From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <3WGQ6Yg0bACMLNMNQ9HK-OQNC9OOHC.FNNFKDTRDQBNMSDMS.BNL@M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com> Received: from mail-il1-x147.google.com (mail-il1-x147.google.com [IPv6:2607:f8b0:4864:20::147]) by sourceware.org (Postfix) with ESMTPS id 758173858401 for ; Wed, 23 Mar 2022 00:05:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 758173858401 Received: by mail-il1-x147.google.com with SMTP id m20-20020a92c534000000b002c83ed01909so2440313ili.1 for ; Tue, 22 Mar 2022 17:05: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=bQ+pkQnB/5WH5KHtXx3TAXI3Hl67CJ6Fgy3q51futFc=; b=3l7aRDJSTQIBpCeOq723los13ho7vGeY7k5SjAGF3gd1uggr/MDgXQ0Wp+byF4njJ/ clH5Z5Y8/K+NWIdwcoW5MSQowvx/YXfl2Y9fLERXWvlFb7SrqjIL0ncTZpb0zt9IHa+k s8mx7FrlTDl2pcWSafxv4Q/ItpUeCpRCPnRARCVcn/NmCaofxZDsHDVy7/nayxk3GsI0 RCI4a3/BrlhySsKRVeZvrKb88yz/UTnkfAqBsexLME9KeOzU0zecj2YOToei2xtWeCg7 VB33gTW4XmEHk1Af0nWsua4qw3hfEDT6QVlkPus7UMBCVjPE65O1f7Pu7snjim7YAoKp 1xGg== X-Gm-Message-State: AOAM5313g4r5U9F+FhydHoMEzys9d8lIlIim3e8R2cSRiAiWPPbHFRBa Cnk/SestUqH1NP+mFAGnh7zZ5nZOzreJrVzyVOooo1P1l2Xr X-Google-Smtp-Source: ABdhPJxS4qfuy9JH9Z7UDyC8h2D+jCJymT2EMYVoL9a3TBoe5XJBSUDIih9Pkm3tYYItiQhsgPFmFU1FdZ/bNvUtmnCUYvB7rmEW MIME-Version: 1.0 X-Received: by 2002:a05:6602:168f:b0:648:c800:3d61 with SMTP id s15-20020a056602168f00b00648c8003d61mr13707736iow.197.1647993944808; Tue, 22 Mar 2022 17:05:44 -0700 (PDT) Date: Tue, 22 Mar 2022 17:05:44 -0700 Reply-To: oss-fuzz@monorail-prod.appspotmail.com References: <0=71cc74a7ba1af446b7ed6b9a08b414d9=e8012982be40997bfd82c6bebd9e94fe=oss-fuzz@monorail-prod.appspotmail.com> X-Google-Appengine-App-Id: s~monorail-prod X-Google-Appengine-App-Id-Alias: monorail-prod Message-ID: <000000000000ac209905dad77d8a@google.com> Subject: Issue 45631 in oss-fuzz: elfutils:fuzz-libdwfl: Use-of-uninitialized-value in __libdw_gunzip From: ClusterFuzz-External via monorail To: elfutils-devel@sourceware.org X-Spam-Status: No, score=-1.8 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: Wed, 23 Mar 2022 00:05:47 -0000 Updates: Labels: Fuzz-Blocker Comment #3 on issue 45631 by ClusterFuzz-External: elfutils:fuzz-libdwfl: Use-of-uninitialized-value in __libdw_gunzip https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45631#c3 This crash occurs very frequently on linux platform and is likely preventing the fuzzer fuzz-libdwfl from making much progress. Fixing this will allow more bugs to be found. If this is incorrect, please file a bug on https://github.com/google/oss-fuzz/issues/new -- 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.