]> Git Repo - linux.git/commit
[PATCH] futex: check and validate timevals
authorThomas Gleixner <[email protected]>
Fri, 31 Mar 2006 10:31:32 +0000 (02:31 -0800)
committerLinus Torvalds <[email protected]>
Fri, 31 Mar 2006 20:18:59 +0000 (12:18 -0800)
commit9741ef964dc8bfeb6520825df9fed8f538c3336e
tree6cc09d6b10a9ea9119a3a73e226300d747008bfe
parentd425b274ba83ba4e7746a40446ec0ba3267de51f
[PATCH] futex: check and validate timevals

The futex timeval is not checked for correctness.  The change does not
break existing applications as the timeval is supplied by glibc (and glibc
always passes a correct value), but the glibc-internal tests for this
functionality fail.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/futex.c
kernel/futex_compat.c
This page took 0.048633 seconds and 4 git commands to generate.