Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188953
b: refs/heads/master
c: 7b26d82
h: refs/heads/master
i:
  188951: bcec30f
v: v3
  • Loading branch information
Hans-Joachim Picht authored and Martin Schwidefsky committed Mar 24, 2010
1 parent 4c154ca commit b4d743c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c95258c0d5911ae263bf50d854e402ce973ab32
refs/heads/master: 7b26d82f5ea7de5667f87bb5ac6570111d7bff9f
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/sclp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ static int proc_handler_callhome(struct ctl_table *ctl, int write,
rc = copy_from_user(buf, buffer, sizeof(buf));
if (rc != 0)
return -EFAULT;
buf[len - 1] = '\0';
if (strict_strtoul(buf, 0, &val) != 0)
return -EINVAL;
if (val != 0 && val != 1)
Expand Down

0 comments on commit b4d743c

Please sign in to comment.