When you get the source tree from CVS, you can find out :-).  And for
some reason, when compiled with LFNs, del.c's char **arg[i] can be
NULL for some reason (not empty string).

On 6/23/06, Arkady V.Belousov <[EMAIL PROTECTED]> wrote:
> Hi!
>
> 23-Июн-2006 09:27 [EMAIL PROTECTED] (Blair Campbell) wrote to
> [email protected]:
>
> >> > BC> -           } while(++i < argc);
> >> > BC> +           } while(++i < argc && *arg[i]);/* arg[i] can be NULL
> with LFNS?? */
> >>      Argument may be _empty string_ (_not_ NULL) in any case! See:
> BC> But it happened.
>
>      "Happened" that some arg[i] == NULL? Then this bug in command line
> parsing code. Or you mean, that there exist empty strings in arguments? I
> already says, that this is possible (and depends only from parsing code).
>
> BC> And char **arg doesn't get its values from the
> BC> startup code, btw.
>
>      And from where?
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Freedos-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to