From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa35.google.com (mail-vk1-xa35.google.com [IPv6:2607:f8b0:4864:20::a35]) by sourceware.org (Postfix) with ESMTPS id 17FE23852C4C; Sun, 4 Dec 2022 09:11:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17FE23852C4C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vk1-xa35.google.com with SMTP id f24so190554vkl.9; Sun, 04 Dec 2022 01:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=vEfpmrTiM/gqLxIOHx23+jhAAFQ9DnfOeichn8Q3C2I=; b=RAEQC+DrQjex/R3U+MH5JgOZPSW3FvLkkO3MN12B+aUy9tzVlR2DXN9GMzTbqq3ag4 37Nqm3iK9Kc5gJjPTBAgi7aXDpovVJ8649IFBehBY93d+Iwgk+8gdgXjmxJ0uEWwvt8m byjOEjWNJecqodYcfmd3EbMA0eG2r1AOD8OAeZK0njalz+kJlyGgACh886i70GGawbbG 6mSg0UUncdABK6+3boj4EGDEzFtQH4p0xUbbbEoJCphxHFV5liUUgTwvKdlpiuasQbKN 0/fMcVf9J9TJUjpbNgoRRmcEGOVEa/DJGDBcHUM0jnHa1N+7Vfv9Ok57/Qeu2rBD6xIy W26Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vEfpmrTiM/gqLxIOHx23+jhAAFQ9DnfOeichn8Q3C2I=; b=GjulgncTxbWCPNULITVIILVI5b9nyg2fRRb0mI8UeTD4fvnpizR2aAMK4HrkjlGV9U weouACY/FJuNwd4TaXGC9fPawHRXtTGn2gdiU6s9hHgZ2+jmd1iw3lUG6VJv700Wq+Z+ ounbeQHu1kHDsefWNs5SNg8bS4cBSbVYcHPO+973JpyRYblJ0wYHTYyV67MQGMOCSn+Q 0aF1RZhA62H3DuA9MAQvlCnPSKORaMLqZXi2pD6hGlKpzxEUcD0p2m61qNxKONAtEsqD s1EhOUh6HKkSNmMZ4fVQqUcVSSa/LR8axY8NLPFuVCPkpIPwmnVZD+gTkkTRogR3041E ZiTw== X-Gm-Message-State: ANoB5pkxyxtFW7BLf1RlN43aV9M3+VTmMoe7Dt58duzyDrEf2BcaUEyt k5qVQBd+bY6ReLBz2kD1H14tXronhkmC9UIDRT4= X-Google-Smtp-Source: AA0mqf5m2A9RVenS+e95/wW6OdHy9NuX+N9jDN9RJCkDjtNacbhFRFZM2mX4hUQivhbEboUt2mJRNo/XQg2ic3SFcOQ= X-Received: by 2002:a05:6122:c97:b0:3b7:cbb8:bbf1 with SMTP id ba23-20020a0561220c9700b003b7cbb8bbf1mr44373632vkb.25.1670145084335; Sun, 04 Dec 2022 01:11:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Paul Richard Thomas Date: Sun, 4 Dec 2022 09:11:13 +0000 Message-ID: Subject: Re: [PATCH] Fortran: error recovery handling invalid CLASS variable [PR107899] To: Harald Anlauf Cc: fortran , gcc-patches Content-Type: multipart/alternative; boundary="00000000000079aa3905eefcf452" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --00000000000079aa3905eefcf452 Content-Type: text/plain; charset="UTF-8" Hi Harald, It looks good to me. OK to commit. Thanks Paul On Sat, 3 Dec 2022 at 18:27, Harald Anlauf via Fortran wrote: > Dear all, > > the attached obvious patch fixes a NULL pointer dereference > that occurs with an invalid CLASS argument to DEALLOCATE. > > Regtested on x86_64-pc-linux-gnu. > > Will commit soon unless there are comments. > > Thanks, > Harald > > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein --00000000000079aa3905eefcf452--