Temporaily disable kernel stack deletion so head is usable again
Modified: trunk/reactos/ntoskrnl/ps/kill.c
_____
Modified: trunk/reactos/ntoskrnl/ps/kill.c
--- trunk/reactos/ntoskrnl/ps/kill.c 2006-01-12 17:30:27 UTC (rev
20805)
+++ trunk/reactos/ntoskrnl/ps/kill.c 2006-01-12 17:43:07 UTC (rev
20806)
@@ -194,7 +194,7 @@
if(Thread->Tcb.Win32Thread != NULL) ExFreePool
(Thread->Tcb.Win32Thread);
/* Release the Kernel Stack */
- MmDeleteKernelStack((PVOID)Thread->Tcb.StackLimit, FALSE);
+ //MmDeleteKernelStack((PVOID)Thread->Tcb.StackLimit, FALSE);
/* Dereference the Process */
ObDereferenceObject(Process);
Show replies by date