modules: handle udev_monitor_receive_device() returning NULL

Closes #109
This commit is contained in:
Daniel Eklöf 2021-09-30 09:52:25 +02:00
parent 0f389435ca
commit 1bcf116859
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 13 additions and 3 deletions

View file

@ -25,6 +25,9 @@
* `left-margin` and `right-margin` from being rejected as invalid
options.
* Crash when `udev_monitor_receive_device()` returned `NULL`. This
affected the “backlight”, “battery” and “removables” modules
(https://codeberg.org/dnkl/yambar/issues/109).
### Security