changelog: integer options incorrectly allowed < 0 values

This commit is contained in:
Daniel Eklöf 2021-11-15 18:21:19 +01:00
parent 4f0d27bc7e
commit 9d94cec549
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -36,6 +36,10 @@
“refreshed” it (https://codeberg.org/dnkl/yambar/issues/116). “refreshed” it (https://codeberg.org/dnkl/yambar/issues/116).
* network: failure to retrieve wireless attributes (SSID, RX/TX * network: failure to retrieve wireless attributes (SSID, RX/TX
bitrate, signal strength etc). bitrate, signal strength etc).
* Integer options that were supposed to be >= 0 were incorrectly
allowed, leading to various bad things; including yambar crashing,
or worse, the compositor crashing
(https://codeberg.org/dnkl/yambar/issues/129).
### Security ### Security