diff options
author | Wenliang Fan <fanwlexca@gmail.com> | 2013-12-17 07:25:28 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-16 03:27:11 +0400 |
commit | b7e3762c40e1d7f7a147f7d5be9584e1603bea01 (patch) | |
tree | ef3c6b3dd404c7d6cb7178efc0e923a717cbd30b /drivers/net/hamradio/yam.c | |
parent | 931a701d92ac7449efc5bb7e579f377f5eb565fd (diff) | |
download | linux-b7e3762c40e1d7f7a147f7d5be9584e1603bea01.tar.xz |
drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()
[ Upstream commit e9db5c21d3646a6454fcd04938dd215ac3ab620a ]
The local variable 'bi' comes from userspace. If userspace passed a
large number to 'bi.data.calibrate', there would be an integer overflow
in the following line:
s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16;
Signed-off-by: Wenliang Fan <fanwlexca@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/hamradio/yam.c')
0 files changed, 0 insertions, 0 deletions