Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12
b: refs/heads/master
c: 51410d3
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and Linus Torvalds committed Apr 16, 2005
1 parent c8c9e7b commit da2d101
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: 5df240826c90afdc7956f55a004ea6b702df9203
refs/heads/master: 51410d3c53d85da0f24277f9580cbec1260ffc8f
2 changes: 1 addition & 1 deletion trunk/kernel/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ long compat_sys_clock_nanosleep(clockid_t which_clock, int flags,
int get_compat_sigevent(struct sigevent *event,
const struct compat_sigevent __user *u_event)
{
memset(&event, 0, sizeof(*event));
memset(event, 0, sizeof(*event));
return (!access_ok(VERIFY_READ, u_event, sizeof(*u_event)) ||
__get_user(event->sigev_value.sival_int,
&u_event->sigev_value.sival_int) ||
Expand Down

0 comments on commit da2d101

Please sign in to comment.