commit | 8fcea95a2a15444d5cc4bee174bb12233aa0a2aa | [log] [tgz] |
---|---|---|
author | Dotan Barak <dotanb@dev.mellanox.co.il> | Sun Jul 15 15:00:09 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jul 17 18:37:38 2007 -0700 |
tree | cd8d9a0218866a0172ee9e3e1ac85520d1438fe4 | |
parent | 1c27cb71aa7d86df0271caadfcc196a0518f5e33 [diff] |
IB/mlx4: Take sizeof the correct pointer in call to memset() When clearing the ib_ah_attr parameter in to_ib_ah_attr(), use sizeof *ib_ah_attr instead of sizeof *path. This is the same bug as was fixed for mthca in 99d4f22e ("IB/mthca: Use correct structure size in call to memset()"), but the code was cut and pasted into mlx4 before the fix was merged. Signed-off-by: Dotan Barak <dotanb@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>