From 7bec1203120a552b9dc14da280b42c4e3483d0b7 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 17 Feb 2023 13:42:53 +0100 Subject: [PATCH] fix: env filler variable do not exist cause invalid read --- env_fill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/env_fill.c b/env_fill.c index 38abe91..c0f6843 100644 --- a/env_fill.c +++ b/env_fill.c @@ -6,7 +6,7 @@ /* By: cchauvet