|
From: Hartmut B. <har...@te...> - 2002-06-05 20:42:05
|
drivers\storage\class2\class2.c. Fixed the value CurrentTransferPages for splited requests in ScsiClassReadWrite. include\msvcrt\alloc.h: Fixed the declaration of _alloca/alloca. lib\msvcrt\string\strerror.c: Fixed the error string odering. ntoskrnl\cm\regfile.c: ?? Fixed a test after a memory allocation in CmiInitPermanentRegistryHive. ntoskrnl\cm\rtlfunc.c: Fixed the copy length in RtlQueryRegistryValues. ntoskrnl\ex\resource.c: Fixed the wrong parameter odering in a call to memset in EiAddSharedOwner. ntoskrnl\ob\object.c: Created the object handle only if the object is created successful in ObCreateObject. This fixes some crashs after changing to a nonexisting drive and a message like 'Parent is a Directory which is not a device type'. ntoskrnl\ps\kill.c: Fixed the allocation size in NtRegisterThreadTerminatePort. - Hartmut |