Re: [PATCH] thunderbolt: tb: fix use after free in tb_activate_pcie_devices

2017-11-06 Thread Gustavo A. R. Silva
Quoting Mika Westerberg : On Sat, Nov 04, 2017 at 11:52:54PM -0500, Gustavo A. R. Silva wrote: Add a ̣̣continue statement in order to avoid using a previously free'd pointer tunnel in list_add. Addresses-Coverity-ID: 1415336 Fixes: 9d3cce0b6136 ("thunderbolt: Introduce thunderbolt bus and c

Re: [PATCH] thunderbolt: tb: fix use after free in tb_activate_pcie_devices

2017-11-06 Thread Mika Westerberg
On Sat, Nov 04, 2017 at 11:52:54PM -0500, Gustavo A. R. Silva wrote: > Add a ̣̣continue statement in order to avoid using a previously > free'd pointer tunnel in list_add. > > Addresses-Coverity-ID: 1415336 > Fixes: 9d3cce0b6136 ("thunderbolt: Introduce thunderbolt bus and connection > manager")

[PATCH] thunderbolt: tb: fix use after free in tb_activate_pcie_devices

2017-11-04 Thread Gustavo A. R. Silva
Add a ̣̣continue statement in order to avoid using a previously free'd pointer tunnel in list_add. Addresses-Coverity-ID: 1415336 Fixes: 9d3cce0b6136 ("thunderbolt: Introduce thunderbolt bus and connection manager") Signed-off-by: Gustavo A. R. Silva --- drivers/thunderbolt/tb.c | 1 + 1 file c