Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit 045ff4f71adf238f98f986622a5604d3d431d5e1
Author: Jan Pokorný <[email protected]>
Date:   Sun Mar 2 21:28:36 2014 +0100

    Fix typos in "Robust argument list processing" section
    
    Signed-off-by: Jan Pokorný <[email protected]>


>---------------------------------------------------------------

 defensive-coding/en-US/Tasks-Processes.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/defensive-coding/en-US/Tasks-Processes.xml 
b/defensive-coding/en-US/Tasks-Processes.xml
index 141232a..8175c21 100644
--- a/defensive-coding/en-US/Tasks-Processes.xml
+++ b/defensive-coding/en-US/Tasks-Processes.xml
@@ -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>

--
security mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/security

Reply via email to