|
From: Hartmut B. <har...@te...> - 2002-06-13 16:41:46
|
> >DuplicateHandle from kernel32 and some calls to NtDuplicateHandle from > >kernel32\create.c needs this check. If the check is removed in > >NtDuplicateHandle, the check must added in this functions. > > I don't understand why. What's the matter with duplicating inheritable handles? > While implementing of c-runtime-piping, I had some problems with duplicated handles. I'm not sure, if the problem was in NtDuplicateObject or in ObCreateHandleTable. - Hartmut |