From 00737925dc1adc26faa7bcde8f15ce97c45cadb3 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 20 Mar 2026 14:20:05 +0100 Subject: Kel cmds sanitization --- kel_cmds/c++/kel_cmds.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kel_cmds/c++/kel_cmds.cpp b/kel_cmds/c++/kel_cmds.cpp index 1ced1a9..0d0bc11 100644 --- a/kel_cmds/c++/kel_cmds.cpp +++ b/kel_cmds/c++/kel_cmds.cpp @@ -1,6 +1,8 @@ #include +#include #include +#include #include "common.hpp" @@ -27,7 +29,7 @@ saw::error_or kel_main(int argc, char** argv){ return eov; } } - saw::data cmd_data; + // saw::data cmd_data; { // Parse from file } -- cgit v1.2.3