diff options
author | 2008-09-07 13:47:03 -0300 | |
---|---|---|
committer | 2008-10-04 22:38:12 -0300 | |
commit | c37396c19403e249f12626187d51e92c915f2bc9 (patch) | |
tree | 940d7c0046678905228f7e4e1f36e6a7ca7eda8c /lib/check_signature.c | |
parent | V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800) (diff) | |
download | wireguard-linux-c37396c19403e249f12626187d51e92c915f2bc9.tar.xz wireguard-linux-c37396c19403e249f12626187d51e92c915f2bc9.zip |
V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open
Fix the following crash in the bttv driver:
BUG: unable to handle kernel NULL pointer dereference at 000000000000036c
IP: [<ffffffffa037860a>] radio_open+0x3a/0x170 [bttv]
This happens because radio_open assumes that all present bttv devices
have a radio function. If a bttv device without radio and one with
radio are installed on the same system, and the one without radio is
registered first, then radio_open checks for the radio device number
of a bttv device that has no radio function, and this breaks. All we
have to do to fix it is to skip bttv devices without a radio function.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'lib/check_signature.c')
0 files changed, 0 insertions, 0 deletions