Hi James,
On 4/6/21 11:58 AM, James Prestwood wrote:
The chances were extremely low, but using l_idle_oneshot
could end up causing a invalid memory access if the netdev
went down while waiting for the disconnect idle callback.
Instead netdev can keep track of the idle with l_idle_create
and remove it if the netdev goes down prior to the idle callback.
---
src/netdev.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
Applied, thanks.
Regards,
-Denis