summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoutaise <jef@foutaise.org>2018-02-06 12:30:04 +0100
committerfoutaise <jef@foutaise.org>2018-02-06 12:30:04 +0100
commite23eea9438a15fe64ab03da0f35aa310a10900bf (patch)
tree15acbbf0a900712d0986f358bb7cc70c31294cae
parent1522f58ef0dda8270b5f810757aa0eae961ea042 (diff)
Add check for interval value
-rw-r--r--i3status.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/i3status.c b/i3status.c
index 2cded06..5088c96 100644
--- a/i3status.c
+++ b/i3status.c
@@ -631,6 +631,11 @@ int main(int argc, char *argv[]) {
die("Could not create socket\n");
int interval = cfg_getint(cfg_general, "interval");
+ if (interval <= 0) {
+ die("Invalid interval attribute found in section %s, line %d: %d\n"
+ "Expected positive integer\n",
+ cfg_general->name, cfg_general->line, interval);
+ }
/* One memory page which each plugin can use to buffer output.
* Even though it’s unclean, we just assume that the user will not