aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/groups.c
diff options
context:
space:
mode:
authorAndrei Pelinescu-Onciul <andrei@iptel.org>2009-11-23 15:54:01 -0500
committerVlad Yasevich <vladislav.yasevich@hp.com>2009-11-23 15:54:01 -0500
commitda85b7396f3b6cb3fea7d77091498bfa1051ef7c (patch)
tree692d41265fdff68172ea6cd4e70e9efbd40fe88e /kernel/groups.c
parentf6778aab6ccc4b510b4dcfa770d9949b696b4545 (diff)
downloadkernel_samsung_smdk4412-da85b7396f3b6cb3fea7d77091498bfa1051ef7c.zip
kernel_samsung_smdk4412-da85b7396f3b6cb3fea7d77091498bfa1051ef7c.tar.gz
kernel_samsung_smdk4412-da85b7396f3b6cb3fea7d77091498bfa1051ef7c.tar.bz2
sctp: fix integer overflow when setting the autoclose timer
When setting the autoclose timeout in jiffies there is a possible integer overflow if the value in seconds is very large (e.g. for 2^22 s with HZ=1024). The problem appears even on 64-bit due to the integer promotion rules. The fix is just a cast to unsigned long. Signed-off-by: Andrei Pelinescu-Onciul <andrei@iptel.org> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'kernel/groups.c')
0 files changed, 0 insertions, 0 deletions