Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Diaa Sami
On 03/02/2009 05:34 PM, Vincent Povirk wrote: > Send only one patch per mail, please. > > Vincent Povirk > Ok, I've consolidated the patches into one since they fix the same problem. > > + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is > +

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Austin English
On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami wrote: > , > > > > + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is +// MAX_PATH, including null character No C++ comments please, use /* regular C comments */. -- -Austin

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Vincent Povirk
Send only one patch per mail, please. Vincent Povirk On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami wrote: > , > > > >