staging: comedi: Check length of INSN_CONFIG_TIMER_1 instruction
authorIan Abbott <abbotti@mev.co.uk>
Tue, 30 Oct 2018 14:17:13 +0000 (14:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 12:05:39 +0000 (13:05 +0100)
commite3b9ea9aae7e1576516da2b125d7add20663f591
tree9f4075abd9da4067532549f015cd49c6ee86fc1c
parentb33fc68c26a56d23b7221434dd367949420637bc
staging: comedi: Check length of INSN_CONFIG_TIMER_1 instruction

The contents of the Comedi configuration instruction
`INSN_CONFIG_TIMER_1` instruction are not very well defined, but the one
driver that uses it (the "cb_pcidas64" driver for the PCI-DAS4020/12
card) assumes its `insn->n` is 5. Add a check in
`check_insn_config_length()` to verify that `insn->n` is correct for
this configuration instruction.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c