commit | 21a3bf7857bd3ab9c5881ad59fbf3d00e50f71fe | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Aug 17 05:38:17 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Aug 17 05:38:17 2020 -0700 |
tree | ec3903d521543c7aa5dc5c5f1a820088aad5cbac | |
parent | 7550fb9bf40a64333fc124c450090bb8346af0b9 [diff] | |
parent | 47dd6f88a5de303c3ad08ac6cb7fa0b954176258 [diff] |
Merge "[qca-nss-clients] Enable pppoe over bonding"
diff --git a/tunipip6/nss_connmgr_tunipip6_sysctl.c b/tunipip6/nss_connmgr_tunipip6_sysctl.c index 659c337..fed8d81 100644 --- a/tunipip6/nss_connmgr_tunipip6_sysctl.c +++ b/tunipip6/nss_connmgr_tunipip6_sysctl.c
@@ -94,6 +94,11 @@ param = strsep(&token, "="); value = token; + if (!value || !param) { + kfree(pfree); + goto fail; + } + /* * Parse netdev and FMR parameters. */