commit | 8935780b9f7bbad0f2eb5dd43f61ba7b509a1575 | [log] [tgz] |
---|---|---|
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | Tue Nov 14 04:34:23 2017 -0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Nov 30 16:01:28 2017 -0700 |
tree | d9a657c3cb57275d13bdb7f692d4bedd3101a313 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
IB/hfi1: Initialize bth1 in 16B rc ack builder It is possible the bth1 variable could be used uninitialized so going ahead and giving it a default value. Otherwise we leak stack memory to the network. Fixes: 5b6cabb0db77 ("IB/hfi1: Add 16B RC/UC support") Reviewed-by: Don Hiatt <don.hiatt@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>