Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146432
b: refs/heads/master
c: c5642f4
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Smalley authored and James Morris committed May 19, 2009
1 parent 943ba7b commit 1d3609e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75834fc3b6fcff00327f5d2a18760c1e8e0179c5
refs/heads/master: c5642f4bbae30122beb696e723f6da273caa570e
4 changes: 0 additions & 4 deletions trunk/security/selinux/selinuxfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,6 @@ static ssize_t sel_read_bool(struct file *filep, char __user *buf,
goto out;
}

if (count > PAGE_SIZE) {
ret = -EINVAL;
goto out;
}
page = (char *)get_zeroed_page(GFP_KERNEL);
if (!page) {
ret = -ENOMEM;
Expand Down

0 comments on commit 1d3609e

Please sign in to comment.