[ofw] [PATCH v2] complib/user: fix timer race conditions

Smith, Stan stan.smith at intel.com
Thu Jul 1 16:26:16 PDT 2010


Fab Tillier wrote:
> Smith, Stan wrote on Thu, 1 Jul 2010 at 16:04:51
>
>> I'm not sure about the RDMA-Read fix in NdEndpoint.cpp; if it's HEAD
>> of svn then you will get it. Can someone else speak to this?
>
> RDMA read fix was r2727
> INDAdapter::Query fix was r2753
>
> There's one fix missing from NdAdapter.cpp, though.
>
> Signed-off-by: Fab Tillier <ftillier at microsoft.com>
>
> Index: NdAdapter.cpp
> ===================================================================
> --- NdAdapter.cpp       (revision 2842)
> +++ NdAdapter.cpp       (working copy)
> @@ -283,6 +283,7 @@
>      pInfo->MaxCallerData = 56;
>      pInfo->MaxCalleeData = 148;
>      *pBufferSize = sizeof(ND_ADAPTER_INFO1);
> +    HeapFree( GetProcessHeap(), 0, pAttr );
>      return S_OK;
>  }

OK, I'll include it in the build. Please go ahead and svn commit.

stan.



More information about the ofw mailing list