diff options
author | Sukadev Bhattiprolu <sukadev@linux.ibm.com> | 2021-06-23 21:13:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-24 11:22:23 -0700 |
commit | f6ebca8efa52e4ae770f0325d618e7bcf08ada0c (patch) | |
tree | d06849d4357b8755fd9c8125f13e860b3c206701 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 552a33729f1a7cc5115d0752064fe9abd6e3e336 (diff) |
ibmvnic: free tx_pool if tso_pool alloc fails
Free tx_pool and clear it, if allocation of tso_pool fails.
release_tx_pools() assumes we have both tx and tso_pools if ->tx_pool is
non-NULL. If allocation of tso_pool fails in init_tx_pools(), the assumption
will not be true and we would end up dereferencing ->tx_buff, ->free_map
fields from a NULL pointer.
Fixes: 3205306c6b8d ("ibmvnic: Update TX pool initialization routine")
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions