Roland, what do you think?
Looks pretty severe actually.

----- Forwarded message from Jack Morgenstein <[EMAIL PROTECTED]> -----

Subject: bug in mthca_qp.c (GEN 2)
Date: Mon, 5 Feb 2007 12:44:11 +0200
From: Jack Morgenstein <[EMAIL PROTECTED]>

static void to_ib_ah_attr(struct mthca_dev *dev, struct ib_ah_attr *ib_ah_attr,
    struct mthca_qp_path *path)
{
 memset(ib_ah_attr, 0, sizeof *path);
 
SHOULD BE:
     memset(ib_ah_attr, 0, sizeof *ib_ah_attr);


----- End forwarded message -----

-- 
MST

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to