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

Fab Tillier ftillier at microsoft.com
Thu Jul 1 16:17:30 PDT 2010


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;
 }




More information about the ofw mailing list