Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264569
b: refs/heads/master
c: e0b057b
h: refs/heads/master
i:
  264567: e7f9381
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed Oct 22, 2011
1 parent 7c3d4d0 commit 26ff1a9
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: 6afcb3b7393f5aa388a0d077c490ed411ab3cd27
refs/heads/master: e0b057b406a33501a656dc8d67ea945d7bcdad61
1 change: 1 addition & 0 deletions trunk/security/tomoyo/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2591,6 +2591,7 @@ ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
return -EFAULT;
if (mutex_lock_interruptible(&head->io_sem))
return -EINTR;
head->read_user_buf_avail = 0;
idx = tomoyo_read_lock();
/* Read a line and dispatch it to the policy handler. */
while (avail_len > 0) {
Expand Down

0 comments on commit 26ff1a9

Please sign in to comment.