Fix typos in "Robust argument list processing" section
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
39e08eb0e4
commit
045ff4f71a
1 changed files with 2 additions and 2 deletions
|
@ -172,9 +172,9 @@
|
|||
<title>Robust argument list processing</title>
|
||||
<para>
|
||||
When invoking a program, it is sometimes necessary to include
|
||||
data from untrusted sources. Such data should be check
|
||||
data from untrusted sources. Such data should be checked
|
||||
against embedded <literal>NUL</literal> characters because the
|
||||
system APIs will sliently truncate argument strings at the first
|
||||
system APIs will silently truncate argument strings at the first
|
||||
<literal>NUL</literal> character.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue