From 9787d71b855f1da8854a0a40c5e0c208881a7223 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Tue, 28 Mar 2023 15:51:12 +0200 Subject: [PATCH] fix: invalid write fix --- env/env_fill.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/env/env_fill.c b/env/env_fill.c index d8cfc10..30629ba 100644 --- a/env/env_fill.c +++ b/env/env_fill.c @@ -6,12 +6,11 @@ /* By: cchauvet