From 9d94cec549c95b5c3b36a6e28247b22ec66c6934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 15 Nov 2021 18:21:19 +0100 Subject: [PATCH] changelog: integer options incorrectly allowed < 0 values --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d102c7d..74021a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,10 @@ “refreshed” it (https://codeberg.org/dnkl/yambar/issues/116). * network: failure to retrieve wireless attributes (SSID, RX/TX 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