bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] [PATCH] Do not read beyond end of argv in ftp/main.c


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] [PATCH] Do not read beyond end of argv in ftp/main.c
Date: Thu, 22 Jun 2017 04:13:44 -0400

   Currently, ftp/main.c populates xargv from argv, reading the next three
   items regardless of whether they are defined or not (i.e. regardless of
   the value of argc as long as it is positive). This may cause undefined
   behaviour.

   This change takes argc into account when populating xargv from argv.

   This is version 2 of this patch, due to formatting changes. I apologize
   for spamming.

No worries, patches are always nice!  Applied.


2017-06-22  Omer Anson <address@hidden>  (tiny change)

        * ftp/main.c (main): Don't assume that uninitialized argv[argv] is
        NULL.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]