We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fopen() kills stdin. The bug has been fixed in https://github.com/bebbo/libnix/blob/master/sources/nix/stdio/fopen.c Please review/take over the change if possible.
I just copied his fopen.c into your libnix-tree and recompiled/installed it. Works, error is gone.
Here is a test-file that demonstates the bug:
fopen_test.tar.gz
The text was updated successfully, but these errors were encountered:
fix fopen() overwriting stdin file handle
e90a692
See adtools#2 Fix is extracted from the fork by @bebbo, specifically the two following commits: bebbo/libnix@fa82b7a bebbo/libnix@95dbee7
Created #3 for this
Sorry, something went wrong.
No branches or pull requests
fopen() kills stdin.
The bug has been fixed in https://github.com/bebbo/libnix/blob/master/sources/nix/stdio/fopen.c
Please review/take over the change if possible.
I just copied his fopen.c into your libnix-tree and recompiled/installed it. Works, error is gone.
Here is a test-file that demonstates the bug:
fopen_test.tar.gz
The text was updated successfully, but these errors were encountered: