Skip to content
Commit d45ebf1f authored by Andi Shyti's avatar Andi Shyti Committed by Jonathan Cameron
Browse files

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: default avatarAndi Shyti <andi@etezian.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 794e20ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment