<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV>
<P><FONT face=Arial><FONT size=2><SPAN class=054391518-23112008>F</SPAN>ixed a 
bug, causing crash only in work without user vendor library.</FONT></FONT></P>
<P><SPAN class=054391518-23112008><FONT face=Arial size=2>(On absence of User 
Library 'udata' will be 0)</FONT></SPAN></P></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Index: 
cq.c<BR>===================================================================<BR>--- 
cq.c (revision 1765)<BR>+++ cq.c (working copy)<BR>@@ -145,7 +145,7 
@@<BR>  buf_size     = entries * sizeof (struct 
mlx4_cqe);<BR>  spin_lock_init(&cq->lock);<BR> <BR>- if 
(context) {<BR>+ if (context && udata) 
{<BR>   struct mlx4_ib_create_cq 
ucmd;<BR> <BR>   if (ib_copy_from_udata(&ucmd, udata, 
sizeof ucmd)) {<BR></FONT></DIV></BODY></HTML>