Re: [Patch]: NUL and other special names

2004-06-01 Thread Christopher Faylor
On Mon, May 31, 2004 at 06:46:11PM -0400, Pierre A. Humblet wrote: >This patch prevents NtCreateFile from creating files with special >names such as NUL. >Because this needs to be checked very often, I tried to code it >efficiently with a binary search (it can perhaps be reused elsewhere). > >The

Re: [Patch]: NUL and other special names

2004-06-01 Thread Pierre A. Humblet
Christopher Faylor wrote: > > On Mon, May 31, 2004 at 06:46:11PM -0400, Pierre A. Humblet wrote: > >This patch prevents NtCreateFile from creating files with special > >names such as NUL. > >Because this needs to be checked very often, I tried to code it > >efficiently with a binary search (it ca

Re: [Patch]: NUL and other special names

2004-06-01 Thread Christopher Faylor
On Tue, Jun 01, 2004 at 06:11:55PM -0400, Pierre A. Humblet wrote: > >Christopher Faylor wrote: >> >> On Mon, May 31, 2004 at 06:46:11PM -0400, Pierre A. Humblet wrote: >> >This patch prevents NtCreateFile from creating files with special >> >names such as NUL. >> >Because this needs to be checked