[ros-dev] [ros-diffs] [cgutman] 38297: Huge memtrack commit (part 1 of 2) - Add checking for proper tags - Enable memtrack by default - Display the conflicting entries when an error occurs - Remove pool* routines and replace with ex* routines

Aleksey Bragin aleksey at reactos.org
Tue Dec 23 15:19:47 CET 2008


On Dec 23, 2008, at 3:39 PM, cgutman at svn.reactos.org wrote:

> Author: cgutman
> Date: Tue Dec 23 06:39:55 2008
> New Revision: 38297
>
> ====================================================================== 
> ========
> --- branches/aicom-network-fixes/drivers/network/tcpip/datalink/ 
> lan.c [iso-8859-1] (original)
> +++ branches/aicom-network-fixes/drivers/network/tcpip/datalink/ 
> lan.c [iso-8859-1] Tue Dec 23 06:39:55 2008
> @@ -703,7 +703,7 @@
>      UnicodeString.MaximumLength = Information->DataLength;
>
>      String->Buffer =
> -	(PWCHAR)exAllocatePool( NonPagedPool,
> +	(PWCHAR)ExAllocatePool( NonPagedPool,
>  				UnicodeString.MaximumLength + sizeof(WCHAR) );

Isn't that a typo? you change it the other way around everywhere else  
in tcpip.


More information about the Ros-dev mailing list