aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/rocket.h
diff options
context:
space:
mode:
authorFuqian Huang <huangfq.daxian@gmail.com>2019-04-18 12:35:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-25 11:58:56 +0200
commit29973f8a88b001ebc605c88cdee124f7256ecdbf (patch)
tree8606f14cb8e4a3c6f186d8e049f15266be01c59e /drivers/tty/rocket.h
parenttty: update obsolete termios comment (diff)
downloadlinux-dev-29973f8a88b001ebc605c88cdee124f7256ecdbf.tar.xz
linux-dev-29973f8a88b001ebc605c88cdee124f7256ecdbf.zip
tty: rocket: Remove RCPK_GET_STRUCT ioctl
If the cmd is RCPK_GET_STRUCT, copy_to_user will copy info to user space. As info->port.ops is the address of a constant object rocket_port_ops (assigned in init_r_port), a kernel address leakage happens. Remove the RCPK_GET_STRUCT ioctl. Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/rocket.h')
-rw-r--r--drivers/tty/rocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/rocket.h b/drivers/tty/rocket.h
index d0560203f215..d62ed6587f32 100644
--- a/drivers/tty/rocket.h
+++ b/drivers/tty/rocket.h
@@ -71,7 +71,6 @@ struct rocket_version {
/*
* Rocketport ioctls -- "RP"
*/
-#define RCKP_GET_STRUCT 0x00525001
#define RCKP_GET_CONFIG 0x00525002
#define RCKP_SET_CONFIG 0x00525003
#define RCKP_GET_PORTS 0x00525004