Closed ghaerr closed 2 months ago
Refactors incorrect bugfix originally introduced in #1923. This had the effect that the man command stopped working, which uses popen which calls fdopen with a NULL filename.
man
popen
fdopen
Refactors incorrect bugfix originally introduced in #1923. This had the effect that the
man
command stopped working, which usespopen
which callsfdopen
with a NULL filename.