Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X0TSdj7j; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LrxlJgpN Received: by mail.netbsd.org (Postfix, from userid 605) id 22DB684D45; Sat, 27 Apr 2024 12:46:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714221999; bh=GtQeAr+B06Tn+qdEvc9kEzr/+Yjqpb2gj0jPCKrxbnI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=X0TSdj7jGM6rFJLxv7Q8nrKVpwGhcycL+9EPDhMqptOJ3kAUuSTsAlJhnzuEqM/8q bYd3p80KGeoW+CWCZaBUm/c/1NWfPADYiWZEyhuHzUwQ5ssvASfaWNCrJB2ZeoTEtD IXnDiAvUzlD/E2xwUmcG0UKGAYPCy7B4pB+7l/+o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BE0B84D29 for ; Sat, 27 Apr 2024 12:46:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1JkEkJoPi6_J for ; Sat, 27 Apr 2024 12:46:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FC8984CCC for ; Sat, 27 Apr 2024 12:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714221997; bh=GtQeAr+B06Tn+qdEvc9kEzr/+Yjqpb2gj0jPCKrxbnI=; h=Date:From:Subject:To:Reply-To; b=LrxlJgpNvwofSG+alsUVAF4vzyMxVLDahR91U5OPgmu37SGJKHkhtnTvMADQF6AUE n6f/Azz1/dPJWzw3GuS2t9CF06erBgY9Gx8hHshX0kCjg1Z7HLNOz5OMPu7MCvSw6z OPF9NpNEk0637vooUgberu82VVQS+/OROI9gJYEU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93B03FA2C; Sat, 27 Apr 2024 12:46:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 12:46:37 +0000 From: "Roland Illig" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240427124637.93B03FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Sat Apr 27 12:46:37 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: converting a null pointer to another pointer type is not narrowing To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/usr.bin/xlint/lint1/queries.c cvs rdiff -u -r1.636 -r1.637 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.