commit | 433c58139f6a7d59824aadd23d6c9cac1d4e6100 | [log] [tgz] |
---|---|---|
author | Mustafa Ismail <mustafa.ismail@intel.com> | Tue Aug 23 17:24:56 2016 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Wed Aug 24 11:31:40 2016 -0400 |
tree | 26f4e9d990c4f8b8d4aee7521ee15230727f217a | |
parent | d41d0910d97f05be987d2d60de7e8685c108963b [diff] |
i40iw: Avoid writing to freed memory iwpbl->iwmr points to the structure that contains iwpbl, which is iwmr. Setting this to NULL would result in writing to freed memory. So just free iwmr, and return. Fixes: d37498417947 ("i40iw: add files for iwarp interface") Reported-by: Stefan Assmann <sassmann@redhat.com> Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>