Those were the trivial problems caught with clang static analyzer, plus
the plugins/ofono.c fix described by wagi.

Henrique Dante de Almeida (20):
  wifi: Fix NULL ssid being passed to memcmp
  dhcpv6: fix null pointer dereference on memory allocation failure
  dhcp: fix null pointer dereference on memory allocation failure
  ofono: fix uninitialized value
  gdhcp: remove assignment that's never used
  gdhcp: remove dead assignment
  gsupplicant: remove dead assignment
  ofono: fix uninitialized variable
  vpn: fix null pointer dereference
  vpn: fix null pointer dereference
  dnsproxy: return error if initial send fails
  dnsproxy: remove dead assignment
  iptables: remove dead assignment
  rtnl: remove dead assignment
  wispr: remove dead assignment
  iptables-test: remove dead assignment
  supplicant: remove dead assignment
  supplicant: remove dead assignments
  wispr: remove dead assignment
  ofono: fix uninitialized variable

 gdhcp/client.c           |    3 +-
 gsupplicant/supplicant.c |    1 -
 plugins/ofono.c          |    8 +--
 plugins/vpn.c            |   15 ++++--
 plugins/wifi.c           |    2 +-
 src/dhcp.c               |    6 ++-
 src/dhcpv6.c             |  113 +++++++++++++++++++++++++---------------------
 src/dnsproxy.c           |    3 +-
 src/iptables.c           |    2 +-
 src/rtnl.c               |    2 +-
 src/wispr.c              |    2 +-
 tools/iptables-test.c    |    2 +-
 tools/supplicant.c       |    6 +--
 tools/wispr.c            |    2 +-
 14 files changed, 89 insertions(+), 78 deletions(-)

-- 
1.7.5.4

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to