ghaerr / elks

Embeddable Linux Kernel Subset - Linux for 8086
Other
1.02k stars 108 forks source link

[libc] Fix fdopen bug introduced in #1923 #2026

Closed ghaerr closed 2 months ago

ghaerr commented 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.