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

Reply via email to