From cd49b2e7c1ce1ddf92547b2e707368f9f1881e80 Mon Sep 17 00:00:00 2001 From: anupamme Date: Tue, 4 Aug 2026 08:12:06 +0000 Subject: [PATCH] fix: V-001 security vulnerability Automated security fix generated by OrbisAI Security --- src/realpath.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/realpath.c b/src/realpath.c index 686b26ca..37a476ef 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -21,6 +21,7 @@ int realpath_builtin(WORD_LIST *list) } else { printf("%s\n", realbuf); free(realbuf); + realbuf = NULL; } } return es;