All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] doc: Add LTP-005: Array must be sentinel terminated
@ 2021-12-01 16:24 Richard Palethorpe via ltp
  2021-12-01 16:24 ` [LTP] [PATCH 2/2] check: Add LTP-005 null termination check on test.tags Richard Palethorpe via ltp
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Palethorpe via ltp @ 2021-12-01 16:24 UTC (permalink / raw)
  To: ltp; +Cc: Richard Palethorpe

Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
 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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-12-07  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 16:24 [LTP] [PATCH 1/2] doc: Add LTP-005: Array must be sentinel terminated Richard Palethorpe via ltp
2021-12-01 16:24 ` [LTP] [PATCH 2/2] check: Add LTP-005 null termination check on test.tags Richard Palethorpe via ltp
2021-12-01 19:10   ` Petr Vorel
2021-12-06 15:49   ` Cyril Hrubis
2021-12-07  8:22     ` Richard Palethorpe
2021-12-01 18:21 ` [LTP] [PATCH 1/2] doc: Add LTP-005: Array must be sentinel terminated Petr Vorel
2021-12-06 15:22 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.