Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283253
b: refs/heads/master
c: bb80d88
h: refs/heads/master
i:
  283251: 4f9c371
v: v3
  • Loading branch information
Kees Cook authored and James Morris committed Dec 12, 2011
1 parent 02bbbc2 commit d6e7da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2053c4727c5a891bf182397e425b6cb87b2ae613
refs/heads/master: bb80d880ad2b11cd4ea5f28f815016b1548224a4
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ static inline pid_t tomoyo_sys_getppid(void)
{
pid_t pid;
rcu_read_lock();
pid = task_tgid_vnr(current->real_parent);
pid = task_tgid_vnr(rcu_dereference(current->real_parent));
rcu_read_unlock();
return pid;
}
Expand Down

0 comments on commit d6e7da2

Please sign in to comment.