Noticed some invalid reads in two scenarios:

1) ipv4ll_available_cb (timeout triggered) referenced 
freed dhcp. 
    
2) On connmand termination, invalid read was found in 
eth_dev_remote, due to duplicate network unref.

The next two patches fix the issues above. 

Eduardo Abinader (2):
  Free dhcp only when dhcp is stopped
  Avoid network duplicate unref for eth_dev_remote

 plugins/ethernet.c | 1 -
 src/dhcp.c         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
1.8.3.2

_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to