diff options
| author | H Hartley Sweeten <[email protected]> | 2014-04-17 10:07:46 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-04-22 10:21:29 -0700 |
| commit | 860b7c398a744c1eef42a59b661e870aca12d9be (patch) | |
| tree | 3f6534fab742cd167791f29dfc0d5776b54b0b08 /tools/perf/scripts/python | |
| parent | 5089b058966c4f6a5ca33556ca8c3bc88be0ab4c (diff) | |
staging: comedi: drivers: core validates chanlist_len max
The comedi core checks if the (cmd->chanlist_len > s->len_chanlist) when the
comedi_cmd is copied from user to kernel space by __comedi_get_user_cmd().
If so, the core returns -EINVAL and will not call the subdevice (*do_cmdtest)
and (*do_cmd).
Remove the unnecessary "max" checks in the comedi driver (*do_cmdtest) and
helper functions.
Signed-off-by: H Hartley Sweeten <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions