pyenv.pyenv/src
Anupam Mediratta c969a79c49 revert: remove false-positive use-after-free fix in realpath_builtin
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 cd49b2e7.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-04 15:58:47 +05:30
..
bash.h Import rbenv changes at 7e0e85bdda 2014-12-01 00:29:26 +09:00
configure Fixed support of build env vars for dynamic bash extension configure script 2017-08-07 13:12:37 +02:00
Makefile.in Import rbenv changes at 7e0e85bdda 2014-12-01 00:29:26 +09:00
realpath.c revert: remove false-positive use-after-free fix in realpath_builtin 2026-08-04 15:58:47 +05:30
shobj-conf Update shobj-conf 2016-08-02 11:36:37 -03:00