From 6408294d83682635393e36c14bbd6ebd94fead94 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 5 Nov 2024 11:43:54 +0100 Subject: [PATCH] doc: More precise wording "Patch" can be misleading, it come probably from the cover letter, now it's a LTP feature. Signed-off-by: Petr Vorel --- doc/old/C-Test-API.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/old/C-Test-API.asciidoc b/doc/old/C-Test-API.asciidoc index 493f4c3f60e..36036039b8d 100644 --- a/doc/old/C-Test-API.asciidoc +++ b/doc/old/C-Test-API.asciidoc @@ -1815,7 +1815,7 @@ fault or EFAULT depending on if the access happened in userspace or the kernel respectively. The canary before the buffer will also catch any write access outside of the buffer. -The purpose of the patch is to catch off-by-one bugs which happens when +The purpose of this feature is to catch off-by-one bugs which happens when buffers and structures are passed to syscalls. New tests should allocate guarded buffers for all data passed to the tested syscall which are passed by a pointer.