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