commit | d45ebf1f986db608e0c7d69e8792ee85c9b7f3f4 | [log] [tgz] |
---|---|---|
author | Andi Shyti <andi@etezian.org> | Sun Dec 02 20:30:31 2018 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Dec 08 11:06:41 2018 +0000 |
tree | b63473d6d3d84245e4b77f235a7fd542e8156fbd | |
parent | 794e20ee038ea368f3f099d196792b024fb3170c [diff] |
iio: core: check 'info' value before registering the device When the 'info' structure inside indio_dev is left uninitialized, a segmentation fault occurs. Check the 'info' value before using it and if it is equal to NULL, return with -EINVAL. Signed-off-by: Andi Shyti <andi@etezian.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>