fix: V-002 security vulnerability

Automated security fix generated by OrbisAI Security
This commit is contained in:
anupamme 2026-08-04 12:35:50 +00:00
parent 8f70d418bb
commit b789e408eb

View file

@ -21,6 +21,7 @@ int realpath_builtin(WORD_LIST *list)
} else {
printf("%s\n", realbuf);
free(realbuf);
realbuf = NULL;
}
}
return es;