core: ctxless: bail-out if num_lines == 0
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 6 Mar 2019 15:03:34 +0000 (16:03 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 6 Mar 2019 16:53:37 +0000 (17:53 +0100)
commit6082134bac02d4619c8b637ae9e0bb886e6159cd
tree94b0133893f9401d3325a51d20e0284ea69de4f4
parent54b2a099c1bdcb58d280f62a9dafd1ec46c9a80b
core: ctxless: bail-out if num_lines == 0

Return -1 and set errno to EINVAL if the number of lines specified in
any context-less helper is 0. This is done in addition to bailing out
when the number is higher than the maximum supported number of GPIO
lines. This fixes the segfaults that currently ocurr for num_lines == 0.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
src/lib/ctxless.c