|
@@ -155,6 +155,9 @@ static ssize_t oz_cdev_write(struct file *filp, const char __user *buf,
|
|
struct oz_app_hdr *app_hdr;
|
|
struct oz_app_hdr *app_hdr;
|
|
struct oz_serial_ctx *ctx;
|
|
struct oz_serial_ctx *ctx;
|
|
|
|
|
|
|
|
+ if (count > sizeof(ei->data) - sizeof(*elt) - sizeof(*app_hdr))
|
|
|
|
+ return -EINVAL;
|
|
|
|
+
|
|
spin_lock_bh(&g_cdev.lock);
|
|
spin_lock_bh(&g_cdev.lock);
|
|
pd = g_cdev.active_pd;
|
|
pd = g_cdev.active_pd;
|
|
if (pd)
|
|
if (pd)
|