X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fsysctl_binary.c;h=ebf72358e86aec33c270edd7e8167789fea59ff9;hb=bc2e4a90d9f75f1664c1587eb09ecd10bb71b022;hp=b25115e8c7f36f9fe6750ea586031f3ad81ffec8;hpb=30acd906b02470e7eb346401de966a33864d9af4;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index b25115e8c7f3..ebf72358e86a 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c @@ -1171,9 +1171,10 @@ static ssize_t bin_dn_node_address(struct file *file, /* Convert the decnet address to binary */ result = -EIO; - nodep = strchr(buf, '.') + 1; + nodep = strchr(buf, '.'); if (!nodep) goto out; + ++nodep; area = simple_strtoul(buf, NULL, 10); node = simple_strtoul(nodep, NULL, 10);