mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
The added `realbuf = NULL` after `free(realbuf)` was not a real fix.
`realbuf` is unconditionally overwritten by `realpath(p, NULL)` at the
start of every loop iteration, so the freed pointer is never read.
There is no reachable use-after-free; the defensive null assignment was
a no-op. Reverts
|
||
|---|---|---|
| .. | ||
| bash.h | ||
| configure | ||
| Makefile.in | ||
| realpath.c | ||
| shobj-conf | ||