Author: cgutman Date: Sat Sep 20 16:29:31 2008 New Revision: 36358
URL: http://svn.reactos.org/svn/reactos?rev=36358&view=rev Log: - Revert r36337 because the callers don't depend on the memory being zeroed
Modified: branches/aicom-network-fixes/drivers/network/tcpip/tcpip/pool.c
Modified: branches/aicom-network-fixes/drivers/network/tcpip/tcpip/pool.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/netw... ============================================================================== --- branches/aicom-network-fixes/drivers/network/tcpip/tcpip/pool.c [iso-8859-1] (original) +++ branches/aicom-network-fixes/drivers/network/tcpip/tcpip/pool.c [iso-8859-1] Sat Sep 20 16:29:31 2008 @@ -25,8 +25,6 @@ /* FIXME: Get buffer from a free buffer pool with enough room */
Buffer = ExAllocatePool(NonPagedPool, Size); - - RtlZeroMemory(Buffer, Size);
TI_DbgPrint(DEBUG_MEMORY, ("Allocated (%i) bytes at (0x%X).\n", Size, Buffer));