Skip to content

Commit

Permalink
doc: More precise wording
Browse files Browse the repository at this point in the history
"Patch" can be misleading, it come probably from the cover letter,
now it's a LTP feature.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Nov 5, 2024
1 parent b7c31a9 commit 6408294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/old/C-Test-API.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6408294

Please sign in to comment.