mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
fix: V-002 security vulnerability
Automated security fix generated by OrbisAI Security
This commit is contained in:
parent
8f70d418bb
commit
b789e408eb
|
|
@ -21,6 +21,7 @@ int realpath_builtin(WORD_LIST *list)
|
|||
} else {
|
||||
printf("%s\n", realbuf);
|
||||
free(realbuf);
|
||||
realbuf = NULL;
|
||||
}
|
||||
}
|
||||
return es;
|
||||
|
|
|
|||
Loading…
Reference in a new issue