[Openib-windows] Running WSD applications with application verifier enabled
Fabian Tillier
ftillier at silverstorm.com
Sun Jun 11 07:02:44 PDT 2006
Hi Tzachi,
On 6/11/06, Tzachi Dar <tzachid at mellanox.co.il> wrote:
>
> Hi Fab,
>
> While running applications with application verifier enabled the verifier
> complains about setting a NULL event on the function IBSPEnumNetworkEvents.
>
> It seems that replacing the line (~880)
>
> ResetEvent( hEventObject );
>
> with the lines
> if( hEventObject != NULL )
The patch has a missing space after the NULL.
> {
> ResetEvent( hEventObject );
> }
> stops this problem.
>
> So, can you please apply the following patch?
Can you fix the above whitespace problem and apply?
Thanks,
- Fab
More information about the ofw
mailing list