bindings: python: fix segfault when calling Line.request()
authorJoel Savitz <jsavitz@redhat.com>
Tue, 3 Dec 2019 19:23:05 +0000 (14:23 -0500)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 11 Dec 2019 15:10:06 +0000 (16:10 +0100)
commit02a3d0a2ab5ec6184114629a06b7c3456a706f9e
treec7e8f69ce8e3ee945f2c35e4854a90c1f944cddd
parent3e30364cc1a641dcef7f385842f683be8ba74c6f
bindings: python: fix segfault when calling Line.request()

When Line.request() is called without the required 'consumer=value'
argument, the module attempts access an empty dictionary object
resulting in a segfault. This patch avoids such access when the
dictionary is empty and maintains the current design where the
LineBulk object is responsible for validation of arguments.

Signed-off-by: Joel Savitz <jsavitz@redhat.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c