git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbecb1
)
[PATCH] avoid multiplication overflows and signedness issues for max_fds
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 10 May 2008 14:08:32 +0000
(10:08 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 16 May 2008 21:22:52 +0000
(17:22 -0400)
Limit sysctl_nr_open - we don't want ->max_fds to exceed MAX_INT and
we don't want size calculation for ->fd[] to overflow.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found