fix: V-001 security vulnerability

Automated security fix generated by OrbisAI Security
This commit is contained in:
anupamme 2026-08-04 08:12:06 +00:00
parent bdf8d254fe
commit cd49b2e7c1

View file

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