From 35c599ebfb0fd557336b9649319235fffb3c1281 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 18 2020 21:07:44 +0000 Subject: driver: toks_get_driver_ctx(): added missing initialization of refstr. --- diff --git a/src/driver/toks_driver_ctx.c b/src/driver/toks_driver_ctx.c index de6e05e..05c026b 100644 --- a/src/driver/toks_driver_ctx.c +++ b/src/driver/toks_driver_ctx.c @@ -324,6 +324,7 @@ int toks_get_driver_ctx( ctrlpid = 0; csyspid = 0; keylen = 0; + refstr = 0; ntokens = 0; loglevel = 0; timeout = (-1);