]> err.no Git - linux-2.6/blobdiff - arch/ia64/sn/kernel/sn2/sn2_smp.c
Merge branch 'linux-2.6'
[linux-2.6] / arch / ia64 / sn / kernel / sn2 / sn2_smp.c
index 49d3120415eb740154a5469be144e51598775d04..e585f9a2afb936c74f9ec0ceea13beb1ef7271c4 100644 (file)
@@ -512,6 +512,8 @@ static ssize_t sn2_ptc_proc_write(struct file *file, const char __user *user, si
        int cpu;
        char optstr[64];
 
+       if (count == 0 || count > sizeof(optstr))
+               return -EINVAL;
        if (copy_from_user(optstr, user, count))
                return -EFAULT;
        optstr[count - 1] = '\0';