From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5B3C6C433F5 for ; Wed, 1 Dec 2021 16:24:39 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 06D043C8FCC for ; Wed, 1 Dec 2021 17:24:37 +0100 (CET) Received: from in-6.smtp.seeweb.it (in-6.smtp.seeweb.it [IPv6:2001:4b78:1:20::6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 468C73C8BDE for ; Wed, 1 Dec 2021 17:24:27 +0100 (CET) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-6.smtp.seeweb.it (Postfix) with ESMTPS id AED1A140133B for ; Wed, 1 Dec 2021 17:24:26 +0100 (CET) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id E3237212C2; Wed, 1 Dec 2021 16:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1638375865; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nzrLzD1fj71/DTh5Qj11h69d15hbyM8yf15XgfbHyX8=; b=TYSfnl1MhRWfz3pT7XFRuF98EOhNxNOnPBWxCF0eZ2ZpN2vuKZbrkz/JR+uULoNPiLRfpL MaOTk16ViA15JxKzxOVYlbnhehXam4m7mx01GTvTWQ4A5XbmuANKDSK8BOAymB9LvroYPW gHnNSwb6o4EQUASkVBLvZzffe72Rvy0= Received: from g78.suse.de (unknown [10.163.24.38]) by relay2.suse.de (Postfix) with ESMTP id AB132A3B83; Wed, 1 Dec 2021 16:24:25 +0000 (UTC) To: ltp@lists.linux.it Date: Wed, 1 Dec 2021 16:24:00 +0000 Message-Id: <20211201162401.12725-1-rpalethorpe@suse.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-6.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH 1/2] doc: Add LTP-005: Array must be sentinel terminated X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Richard Palethorpe via ltp Reply-To: Richard Palethorpe Cc: Richard Palethorpe Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Signed-off-by: Richard Palethorpe --- doc/rules.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rules.tsv b/doc/rules.tsv index 2dfeca9f9..66dbdeccf 100644 --- a/doc/rules.tsv +++ b/doc/rules.tsv @@ -3,3 +3,4 @@ LTP-001 Library source files have tst_ prefix LTP-002 TST_RET and TST_ERR are never modified by test library functions LTP-003 Externally visible library symbols have the tst_ prefix LTP-004 Test executable symbols are marked static +LTP-005 Array must terminate with a sentinel value (i.e. NULL or '{}') -- 2.34.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp